diff options
author | Robby- <robby@chat.be> | 2013-10-28 09:13:53 +0100 |
---|---|---|
committer | Robby- <robby@chat.be> | 2013-10-28 09:13:53 +0100 |
commit | bd3bed21189d0f03e499b1c54840a1cafdd96f1a (patch) | |
tree | 6820a76222cbd3468b9714846bb5e3f3f1ee43dd /data/chanserv.example.conf | |
parent | fe31b0a666fbae7b34b749fd08a08293a454ce45 (diff) |
Fix some typos and touch up the configs a little.
Diffstat (limited to 'data/chanserv.example.conf')
-rw-r--r-- | data/chanserv.example.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/data/chanserv.example.conf b/data/chanserv.example.conf index 5d827e63d..84d3be57b 100644 --- a/data/chanserv.example.conf +++ b/data/chanserv.example.conf @@ -114,6 +114,7 @@ module /* * The maximum number of entries on a channel's access list. + * If not set, the default is 1024. This can be set to 0 for unlimited. */ accessmax = 1024 @@ -855,7 +856,6 @@ module */ autokickreason = "User has been banned from the channel" } - command { service = "ChanServ"; name = "AKICK"; command = "chanserv/akick"; group = "chanserv/management"; } /* @@ -981,10 +981,11 @@ module */ listmax = 50 } - command { service = "ChanServ"; name = "LIST"; command = "chanserv/list"; permission = "chanserv/list"; group = "chanserv/admin"; } + command { service = "ChanServ"; name = "SET PRIVATE"; command = "chanserv/set/private"; } + /* * cs_log * @@ -1044,7 +1045,6 @@ module */ mlock = "+nt" } - command { service = "ChanServ"; name = "MODE"; command = "chanserv/mode"; group = "chanserv/management"; } command { service = "ChanServ"; name = "OWNER"; command = "chanserv/modes"; group = "chanserv/status"; set = "OWNER" } @@ -1062,6 +1062,7 @@ command { service = "ChanServ"; name = "DEHALFOP"; command = "chanserv/modes"; g command { service = "ChanServ"; name = "VOICE"; command = "chanserv/modes"; group = "chanserv/status"; set = "VOICE" } command { service = "ChanServ"; name = "DEVOICE"; command = "chanserv/modes"; group = "chanserv/status"; unset = "VOICE" } + /* * cs_register * @@ -1133,7 +1134,6 @@ module */ defbantype = 2 } - command { service = "ChanServ"; name = "SET"; command = "chanserv/set"; group = "chanserv/management"; } command { service = "ChanServ"; name = "SET AUTOOP"; command = "chanserv/set/autoop"; } command { service = "ChanServ"; name = "SET BANTYPE"; command = "chanserv/set/bantype"; } |