diff options
| author | Adam <Adam@anope.org> | 2012-12-29 11:09:54 -0500 |
|---|---|---|
| committer | Adam <Adam@anope.org> | 2012-12-29 11:09:54 -0500 |
| commit | 793c4382868744f6a9522bd1a1865ffff1dbdb70 (patch) | |
| tree | 899b9008259ef9362a075aae86df7e34011933b6 /data | |
| parent | 6b1f323bb519009048a94c8bb3d003288a339345 (diff) | |
Remove clearuser references from configs
Diffstat (limited to 'data')
| -rw-r--r-- | data/botserv.example.conf | 1 | ||||
| -rw-r--r-- | data/example.conf | 2 | ||||
| -rw-r--r-- | data/modules.example.conf | 2 |
3 files changed, 2 insertions, 3 deletions
diff --git a/data/botserv.example.conf b/data/botserv.example.conf index 09d644e0c..2980e0057 100644 --- a/data/botserv.example.conf +++ b/data/botserv.example.conf @@ -274,7 +274,6 @@ fantasy { name = "AKICK"; command = "chanserv/akick"; } fantasy { name = "AOP"; command = "chanserv/aop"; } fantasy { name = "APPENDTOPIC"; command = "chanserv/appendtopic"; } fantasy { name = "BAN"; command = "chanserv/ban"; } -fantasy { name = "CLEARUSERS"; command = "chanserv/clearusers"; } fantasy { name = "CLONE"; command = "chanserv/clone"; } fantasy { name = "DEHALFOP"; command = "chanserv/dehalfop"; } fantasy { name = "DEOP"; command = "chanserv/deop"; } diff --git a/data/example.conf b/data/example.conf index 9f4a568dd..9a645a95e 100644 --- a/data/example.conf +++ b/data/example.conf @@ -754,7 +754,7 @@ log * botserv/botlist botserv/set/private botserv/set/nobot * * chanserv/access/list chanserv/drop chanserv/getkey chanserv/invite - * chanserv/list chanserv/suspend chanserv/topic chanserv/clearusers + * chanserv/list chanserv/suspend chanserv/topic * * chanserv/saset/bantype chanserv/saset/description chanserv/saset/email * chanserv/saset/founder chanserv/saset/keeptopic chanserv/saset/restricted diff --git a/data/modules.example.conf b/data/modules.example.conf index 24b80055b..0bc9d99b8 100644 --- a/data/modules.example.conf +++ b/data/modules.example.conf @@ -515,7 +515,7 @@ rewrite * Message to rewrite the source message to. A $ followed by a number, eg $0, gets * replaced by the number-th word from the source_message, starting from 0. */ - target_message = "CLEARUSERS $1" + target_message = "KICK $1 *" } /* |
