1
0
mirror of https://github.com/anope/anope.git synced 2026-06-28 19:36:39 +02:00

Fixed a typo in the OperServ Global command

This commit is contained in:
lethality
2011-09-03 13:44:20 +01:00
parent ef10b5a834
commit fa5ba63542
+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"; }