diff options
author | Adam <Adam@anope.org> | 2013-08-10 17:45:39 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2013-08-10 17:59:31 -0400 |
commit | c507c78d5aa7e1a194acfce2e56e8ed7d6488b1d (patch) | |
tree | 92495d847f7eb27935303f4b79f012bb89e89bfb /data/chanserv.example.conf | |
parent | 58c05687bf7b365c9be7791f8128dbd0da56f5ca (diff) |
Do not have ratbox or plexus pull modes from hybrid, it is entirely too confusing. Also fix cs_mode config
Diffstat (limited to 'data/chanserv.example.conf')
-rw-r--r-- | data/chanserv.example.conf | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/data/chanserv.example.conf b/data/chanserv.example.conf index 986479471..2e098bd46 100644 --- a/data/chanserv.example.conf +++ b/data/chanserv.example.conf @@ -131,13 +131,6 @@ module #opersonly = yes /* - * Default modes for mode lock, these are set on newly registered channels. - * - * If not set, the default is +nrt. - */ - mlock = "+nrt" - - /* * Modes that will not be allowed to be locked. Oper only modes such as +O * are always restricted from regular users and are not affected by this. * Comment out for no restrictions. @@ -1032,7 +1025,18 @@ command { service = "ChanServ"; name = "LOG"; command = "chanserv/log"; group = * * Used for changing mode locks and changing modes. */ -module { name = "cs_mode" } +module +{ + name = "cs_mode" + + /* + * Default modes for mode lock, these are set on newly registered channels. + * + * If not set, the default is +nrt. + */ + mlock = "+nrt" +} + command { service = "ChanServ"; name = "MODE"; command = "chanserv/mode"; group = "chanserv/management"; } command { service = "ChanServ"; name = "OWNER"; command = "chanserv/modes"; group = "chanserv/status"; set = "OWNER" } |