1
0
mirror of https://github.com/anope/anope.git synced 2026-07-10 20:23:14 +02:00

Added operserv/kill and removed version.h from .gitignore

This commit is contained in:
Adam
2011-08-03 05:42:41 -04:00
parent 42f954ff7d
commit 16280f4f7f
4 changed files with 75 additions and 2 deletions
+2
View File
@@ -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" }
+1 -1
View File
@@ -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,