diff options
Diffstat (limited to 'data')
| -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" } |
