]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Added hidesplits to example conf
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Fri, 3 Feb 2006 00:44:14 +0000 (00:44 +0000)
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Fri, 3 Feb 2006 00:44:14 +0000 (00:44 +0000)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3032 e03df62e-2008-0410-955e-edbf42e46eb7

docs/inspircd.conf.example

index 63556b8cb512d6b7de8c148419be4332149fb48f..960bdfe78e62cb642a58e47502610f05056a9f55 100644 (file)
 #                  socket engine/dns engine names. You may use this   #
 #                  to enhance security, or simply for vanity.         #
 #                                                                     #
-# maxtargets     - The maxtargets field is optional, and if not       #
+#  maxtargets    - The maxtargets field is optional, and if not       #
 #                  defined, defaults to 20. It indicates the maximum  #
 #                  number of targets which may be given to commands   #
 #                  such as PRIVMSG, KICK etc.                         #
 #                                                                     #
-
+#  hidesplits    - When set to 'yes', will hide split server names    #
+#                  from non-opers. Non-opers will see '*.net *.split' #
+#                  instead of the server names in the quit message,   #
+#                  identical to the way IRCu displays them.           #
+#                                                                     #
 
 <options prefixquit="Quit: "
          loglevel="default"
          operonlystats="oclgkz"
          customversion=""
          maxtargets="20"
+        hidesplits="no"
          allowhalfop="yes">