summaryrefslogtreecommitdiff
path: root/docs/conf
diff options
context:
space:
mode:
authorPeter Powell <petpow@saberuk.com>2017-07-14 20:38:30 +0100
committerPeter Powell <petpow@saberuk.com>2017-08-13 16:27:29 +0100
commit56fe5d6f2fb4097a9d83f1d4b60fc2ddc2051844 (patch)
tree16841b537305998625687f14d27fa0d00ffe3ca2 /docs/conf
parenta012cf0aa8227b4bc4ce23b8b07eede904ac1afd (diff)
Change the maximum nick/user size to match other implementations.
Diffstat (limited to 'docs/conf')
-rw-r--r--docs/conf/inspircd.conf.example4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/conf/inspircd.conf.example b/docs/conf/inspircd.conf.example
index 2d22f3160..fd12fc08a 100644
--- a/docs/conf/inspircd.conf.example
+++ b/docs/conf/inspircd.conf.example
@@ -757,7 +757,7 @@
<limits
# maxnick: Maximum length of a nickname.
- maxnick="31"
+ maxnick="30"
# maxchan: Maximum length of a channel name.
maxchan="64"
@@ -766,7 +766,7 @@
maxmodes="20"
# maxident: Maximum length of a ident/username.
- maxident="11"
+ maxident="10"
# maxhost: Maximum length of a hostname.
maxhost="64"