diff options
author | Adam <Adam@anope.org> | 2012-12-27 09:50:44 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2012-12-27 09:50:44 -0500 |
commit | c88a3fffd5f99c4927f1d14e119650e14d5c921b (patch) | |
tree | 1c6e509c1995e760115ce17abd76503539a392f5 /data | |
parent | 7b1ae9602d0aa3053814c7d1e6f460860f5180e0 (diff) |
Remove clearusers. There is still kick * for this.
Diffstat (limited to 'data')
-rw-r--r-- | data/chanserv.example.conf | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/data/chanserv.example.conf b/data/chanserv.example.conf index 64d0949c6..c6a0bc509 100644 --- a/data/chanserv.example.conf +++ b/data/chanserv.example.conf @@ -430,7 +430,7 @@ privilege * FOUNDER privilege. * * Used by botserv/info, chanserv/access, chanserv/akick, - * chanserv/clearusers, chanserv/drop, chanserv/set/founder, + * chanserv/drop, chanserv/set/founder, * chanserv/set/securefounder, chanserv/set/successor and chanserv/xop. * * Users with this permission are treated as founders and can use @@ -890,16 +890,6 @@ module { name = "cs_tban" } command { service = "ChanServ"; name = "TBAN"; command = "chanserv/tban"; } /* - * cs_clearusers - * - * Provides the command chanserv/clearusers. - * - * Used for kicking all users from channels. - */ -module { name = "cs_clearusers" } -command { service = "ChanServ"; name = "CLEARUSERS"; command = "chanserv/clearusers"; } - -/* * cs_clone * * Provides the command chanserv/clone. |