]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - docs/inspircd.conf.example
Whoops, remote users not being counted in map, fix
[user/henk/code/inspircd.git] / docs / inspircd.conf.example
index 8e7ebdb00ef39f96d3b2dfe014b43d64960d06aa..c925971d5a75a8aa171940beec8614b7d587691e 100644 (file)
 #                                                                     #
 # Values here should be self explanitory:                             #
 #                                                                     #
-# nickmax         - The maximum length of a nickname                  #
-# chanmax         - The maximum length of a channel name              #
-# modemax         - The maximum number of parameterized mode changes  #
+# maxnick         - The maximum length of a nickname                  #
+# maxchan         - The maximum length of a channel name              #
+# maxmodes        - The maximum number of parameterized mode changes  #
 #                   per line                                          #
-# identmax        - The maximum length of an ident/username value     #
+# maxident        - The maximum length of an ident/username value     #
 # maxquit         - The maximum length of a quit message              #
 # maxtopic        - The maximum length of a channel topic             #
 # maxkick         - The maximum length of a kick message              #
 # maxaway         - The maximum length of an away message             #
 #                                                                     #
 
-<limits nickmax="31"
-        chanmax="64"
-        modemax="20"
-        identmax="11"
+<limits maxnick="31"
+        maxchan="64"
+        maxmodes="20"
+        maxident="11"
         maxquit="255"
         maxtopic="307"
         maxkick="255"