diff options
author | Adam <Adam@anope.org> | 2013-08-01 14:07:56 +0000 |
---|---|---|
committer | Adam <Adam@anope.org> | 2013-08-01 14:07:56 +0000 |
commit | 83e4b183eafdcf7cef1eba4dadf1d1de86c59457 (patch) | |
tree | c70a0e47eb0a04d4d39ea6e40de3243e3e1b2ed3 /data/chanserv.example.conf | |
parent | 1e625b6837fdf96616cfc49700aa28d184a7c171 (diff) |
Add keepmodes setting
Diffstat (limited to 'data/chanserv.example.conf')
-rw-r--r-- | data/chanserv.example.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/data/chanserv.example.conf b/data/chanserv.example.conf index 95a5159b4..4764496d0 100644 --- a/data/chanserv.example.conf +++ b/data/chanserv.example.conf @@ -87,6 +87,8 @@ 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 + * not in use. * - none: No defaults * * This directive is optional, if left blank, the options will default to keeptopic, cs_secure, securefounder, @@ -1086,6 +1088,7 @@ cs_seen * chanserv/set/bantype - Used for controlling what format of bans are placed on channels. * chanserv/set/description - Used for changing channels descriptions. * chanserv/set/founder - Used for changing a channel's founder. + * chanserv/set/keepmodes - Used for enabling or disabling keepmodes, which retains channel modes. * chanserv/set/peace - Used for configuring if users are able to kick other users with higher access than them. * chanserv/set/persist - Used for setting whether ChanServ should stay in channels after the last user leaves. * chanserv/set/restricted - Used for setting whether users not on a channel's access list can join. @@ -1121,6 +1124,7 @@ command { service = "ChanServ"; name = "SET BANTYPE"; command = "chanserv/set/ba command { service = "ChanServ"; name = "SET DESCRIPTION"; command = "chanserv/set/description"; } command { service = "ChanServ"; name = "SET DESC"; command = "chanserv/set/description"; } command { service = "ChanServ"; name = "SET FOUNDER"; command = "chanserv/set/founder"; } +command { service = "ChanServ"; name = "SET KEEPMODES"; command = "chanserv/set/keepmodes"; } command { service = "ChanServ"; name = "SET PEACE"; command = "chanserv/set/peace"; } command { service = "ChanServ"; name = "SET PERSIST"; command = "chanserv/set/persist"; } command { service = "ChanServ"; name = "SET RESTRICTED"; command = "chanserv/set/restricted"; } |