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

Merge branch '1.9' of anope.git.sf.net:/gitroot/anope/anope into 1.9

This commit is contained in:
Adam
2011-09-03 14:13:14 -04:00
+1 -1
View File
@@ -110,6 +110,6 @@ command { service = "Global"; name = "HELP"; command = "generic/help"; }
* Used for sending a message to every online user.
*/
module { name = "gl_global" }
command { service = "OperServ"; name = "GLOBAL"; command = "gobal/global"; permission = "operserv/global"; }
command { service = "OperServ"; name = "GLOBAL"; command = "global/global"; permission = "operserv/global"; }
command { service = "Global"; name = "GLOBAL"; command = "global/global"; permission = "global/global"; }