summaryrefslogtreecommitdiff
path: root/docs/inspircd.conf.example
diff options
context:
space:
mode:
Diffstat (limited to 'docs/inspircd.conf.example')
-rw-r--r--docs/inspircd.conf.example16
1 files changed, 8 insertions, 8 deletions
diff --git a/docs/inspircd.conf.example b/docs/inspircd.conf.example
index 8e7ebdb00..c925971d5 100644
--- a/docs/inspircd.conf.example
+++ b/docs/inspircd.conf.example
@@ -1052,11 +1052,11 @@
# #
# 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 #
@@ -1064,10 +1064,10 @@
# 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"