diff options
| author | Adam <Adam@anope.org> | 2013-08-21 01:35:57 -0400 |
|---|---|---|
| committer | Adam <Adam@anope.org> | 2013-08-21 01:35:57 -0400 |
| commit | 765943062e94fdc23cdc3f2622f0c21d30fd0503 (patch) | |
| tree | 7aa2419b5dfb8c6fb5518fa75d7e07f27d441d17 /data | |
| parent | 17cca42d48301d6a50b27a7ae1af292d7ad2f555 (diff) | |
Always require the registered channel mode is set. Comment out default config requiring "r" as some ircds use it for registered users only
Diffstat (limited to 'data')
| -rw-r--r-- | data/chanserv.example.conf | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/data/chanserv.example.conf b/data/chanserv.example.conf index d5e881ab2..5f7324503 100644 --- a/data/chanserv.example.conf +++ b/data/chanserv.example.conf @@ -139,9 +139,10 @@ module /* * Modes that are required to be set and only set on all registered channels. - * These modes can not be locked or unlocked. + * These modes can not be locked or unlocked. The registered channel mode is + * automatically always required, if such a mode exists. */ - require = "r" + #require = "r" /* * The maximum length of the reason field for user commands such as chanserv/kick |
