diff options
author | Sadie Powell <sadie@witchery.services> | 2024-02-22 17:11:46 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2024-02-22 17:25:47 +0000 |
commit | 3290ebd36ada5c3f698a124163191187b494c912 (patch) | |
tree | 27aefe86f07abe310068bf472e8754289d63fb6d /data | |
parent | c4e9c0bf8548da1bf4fe2cfe5e7f5ab101b35e52 (diff) |
GetMaxListFor: use size_t and add a default like the other fields.
Diffstat (limited to 'data')
-rw-r--r-- | data/anope.example.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/anope.example.conf b/data/anope.example.conf index 32d2a1907..dca070524 100644 --- a/data/anope.example.conf +++ b/data/anope.example.conf @@ -324,9 +324,9 @@ networkinfo #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. + * Set to 0 to disable. Defaults to 100. */ - modelistsize = 100 + #modelistsize = 100 /* * Characters allowed in nicknames. This always includes the characters described |