diff options
author | Adam <Adam@anope.org> | 2013-08-11 15:38:09 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2013-08-11 15:38:09 -0400 |
commit | 1314d5b4f159a5a4964bf192b9e062b823ccdf62 (patch) | |
tree | 72a05310a3ad0e4d94f56c9e3cbbcb7dd17918f6 /data/chanserv.example.conf | |
parent | 490601de3ac1c9096a336ba081d1f6cc4913c8b2 (diff) |
Fix cs_kee_pmodes default
Diffstat (limited to 'data/chanserv.example.conf')
-rw-r--r-- | data/chanserv.example.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/chanserv.example.conf b/data/chanserv.example.conf index 2e098bd46..b25e8c224 100644 --- a/data/chanserv.example.conf +++ b/data/chanserv.example.conf @@ -87,7 +87,7 @@ module * - topiclock: Disallow the topic to be changed except with ChanServ's TOPIC command * - persist: Keep the channel open at all times * - noautoop: Disables autoop on the channel - * - cs_keepmodes: Enables keep modes on the channel, which retains modes when the channel is + * - cs_keep_modes: Enables keep modes on the channel, which retains modes when the channel is * not in use. * - none: No defaults * |