diff options
author | DukePyrolator <DukePyrolator@anope.org> | 2013-01-21 07:15:16 +0100 |
---|---|---|
committer | DukePyrolator <DukePyrolator@anope.org> | 2013-01-21 07:15:16 +0100 |
commit | e62d2fe56e0dbaa3b718b982d26146536f738db5 (patch) | |
tree | 7a0740f9563e082bf12e3f6a391cc325c05a71f4 /data/botserv.example.conf | |
parent | bb3abab784bd4c000db1ea4e4edff8ab06e34ecb (diff) |
removed old cs_modes fantasy{} command blocks
Diffstat (limited to 'data/botserv.example.conf')
-rw-r--r-- | data/botserv.example.conf | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/data/botserv.example.conf b/data/botserv.example.conf index 47482c93f..d84473826 100644 --- a/data/botserv.example.conf +++ b/data/botserv.example.conf @@ -274,16 +274,10 @@ fantasy { name = "AKICK"; command = "chanserv/akick"; } fantasy { name = "AOP"; command = "chanserv/aop"; } fantasy { name = "BAN"; command = "chanserv/ban"; } fantasy { name = "CLONE"; command = "chanserv/clone"; } -fantasy { name = "DEHALFOP"; command = "chanserv/dehalfop"; } -fantasy { name = "DEOP"; command = "chanserv/deop"; } -fantasy { name = "DEOWNER"; command = "chanserv/deowner"; } -fantasy { name = "DEPROTECT"; command = "chanserv/deprotect"; } -fantasy { name = "DEVOICE"; command = "chanserv/devoice"; } fantasy { name = "DOWN"; command = "chanserv/down"; } fantasy { name = "ENFORCE"; command = "chanserv/enforce"; } fantasy { name = "ENTRYMSG"; command = "chanserv/entrymsg"; } fantasy { name = "FLAGS"; command = "chanserv/flags"; } -fantasy { name = "HALFOP"; command = "chanserv/halfop"; } fantasy { name = "HELP"; command = "generic/help"; prepend_channel = false } fantasy { name = "HOP"; command = "chanserv/hop"; } fantasy { name = "INFO"; command = "chanserv/info"; prepend_channel = false } @@ -295,9 +289,6 @@ fantasy { name = "LEVELS"; command = "chanserv/levels"; } fantasy { name = "LIST"; command = "chanserv/list"; prepend_channel = false } fantasy { name = "LOG"; command = "chanserv/log"; } fantasy { name = "MODE"; command = "chanserv/mode"; } -fantasy { name = "OP"; command = "chanserv/op"; } -fantasy { name = "OWNER"; command = "chanserv/owner"; } -fantasy { name = "PROTECT"; command = "chanserv/protect"; } fantasy { name = "QOP"; command = "chanserv/qop"; } fantasy { name = "SEEN"; command = "chanserv/seen"; prepend_channel = false } fantasy { name = "SOP"; command = "chanserv/sop"; } @@ -308,7 +299,6 @@ fantasy { name = "TOPIC"; command = "chanserv/topic"; } fantasy { name = "UNBAN"; command = "chanserv/unban"; } fantasy { name = "UNSUSPEND"; command = "chanserv/unsuspend"; permission = "chanserv/suspend"; } fantasy { name = "UP"; command = "chanserv/up"; } -fantasy { name = "VOICE"; command = "chanserv/voice"; } fantasy { name = "VOP"; command = "chanserv/vop"; } /* Use m_rewrite to rewrite the op, deop, etc. fantasy commands (see chanserv.conf). */ |