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:
@@ -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"; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user