1
0
mirror of https://github.com/anope/anope.git synced 2026-07-06 21:23:13 +02:00

Split /os mode into /os mode and /os umode to make giving permission to just one possible

This commit is contained in:
Adam
2011-08-01 23:42:20 -04:00
parent f7adc0b35b
commit 41b40f6504
3 changed files with 55 additions and 34 deletions
+1
View File
@@ -295,6 +295,7 @@ module { name = "os_login" }
command { service = "OperServ"; name = "LOGIN"; command = "operserv/login"; }
module { name = "os_mode" }
command { service = "OperServ"; name = "MODE"; command = "operserv/mode"; }
command { service = "OperServ"; name = "UMODE"; command = "operserv/umode"; }
module { name = "os_modinfo" }
command { service = "OperServ"; name = "MODINFO"; command = "operserv/modinfo"; }
command { service = "OperServ"; name = "MODLIST"; command = "operserv/modlist"; }