diff options
author | Sadie Powell <sadie@witchery.services> | 2024-02-22 15:58:23 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2024-02-22 17:05:30 +0000 |
commit | c4e9c0bf8548da1bf4fe2cfe5e7f5ab101b35e52 (patch) | |
tree | edcb3b44b2c600aa40ebfb743fe7edfad4f06149 /data/stats.standalone.example.conf | |
parent | 84ad85ee857e9a088bf2d5e3e5b1056d1bf52bf8 (diff) |
If the IRCd sends a field limit then use it over that of the config.
Diffstat (limited to 'data/stats.standalone.example.conf')
-rw-r--r-- | data/stats.standalone.example.conf | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/data/stats.standalone.example.conf b/data/stats.standalone.example.conf index 51698e795..cf443a36f 100644 --- a/data/stats.standalone.example.conf +++ b/data/stats.standalone.example.conf @@ -283,25 +283,26 @@ networkinfo /* * Set this to the maximum allowed nick length on your network. * Be sure to set this correctly, as setting this wrong can result in - * Anope being disconnected from the network. + * Anope being disconnected from the network. Defaults to 31. */ - nicklen = 31 + #nicklen = 31 /* Set this to the maximum allowed ident length on your network. * Be sure to set this correctly, as setting this wrong can result in - * Anope being disconnected from the network. + * Anope being disconnected from the network. Defaults to 10. */ - userlen = 10 + #userlen = 10 /* Set this to the maximum allowed hostname length on your network. * Be sure to set this correctly, as setting this wrong can result in - * Anope being disconnected from the network. + * Anope being disconnected from the network. Defaults to 64. */ - hostlen = 64 + #hostlen = 64 /* Set this to the maximum allowed channel length on your network. + * Defaults to 64. */ - chanlen = 32 + #chanlen = 32 /* The maximum number of list modes settable on a channel (such as b, e, I). * Comment out or set to 0 to disable. |