diff options
| author | Adam <Adam@anope.org> | 2011-08-03 05:42:41 -0400 |
|---|---|---|
| committer | Adam <Adam@anope.org> | 2011-08-03 05:42:41 -0400 |
| commit | 16280f4f7f8ff74735f0beda035ebdbde6e7f2cf (patch) | |
| tree | df2d96926d445359a31fed2d32537c48ad61480c /data | |
| parent | 42f954ff7dcfe5a8369c1c5c87cb33b0a1ec9979 (diff) | |
Added operserv/kill and removed version.h from .gitignore
Diffstat (limited to 'data')
| -rw-r--r-- | data/commands.example.conf | 2 | ||||
| -rw-r--r-- | data/example.conf | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/data/commands.example.conf b/data/commands.example.conf index ff487aa2d..03a5b01f6 100644 --- a/data/commands.example.conf +++ b/data/commands.example.conf @@ -291,6 +291,8 @@ module { name = "os_jupe" } command { service = "OperServ"; name = "JUPE"; command = "operserv/jupe"; } module { name = "os_kick" } command { service = "OperServ"; name = "KICK"; command = "operserv/kick"; } +module { name = "os_kill" } +command { service = "OperServ"; name = "KILL"; command = "operserv/kill"; } module { name = "os_login" } command { service = "OperServ"; name = "LOGIN"; command = "operserv/login"; } module { name = "os_mode" } diff --git a/data/example.conf b/data/example.conf index e44533461..5f2956681 100644 --- a/data/example.conf +++ b/data/example.conf @@ -1424,7 +1424,7 @@ log * operserv/szline operserv/oper operserv/config operserv/umode * operserv/modload operserv/jupe operserv/set operserv/noop * operserv/quit operserv/update operserv/reload operserv/restart - * operserv/shutdown operserv/svsnick operserv/oline + * operserv/shutdown operserv/svsnick operserv/oline operserv/kill * * Firstly, we define 'opertypes' which are named whatever we want ('Network Administrator', etc). * These can contain commands for oper-only strings (see above) which grants access to that specific command, |
