diff options
author | lethality <lethality@anope.org> | 2011-09-03 13:44:20 +0100 |
---|---|---|
committer | lethality <lethality@anope.org> | 2011-09-03 13:44:20 +0100 |
commit | fa5ba63542de78d0966e91ca08cf5c7de4df5bc0 (patch) | |
tree | 581fa56b59baa4410bf4b99796120fa34eb60587 /data/global.example.conf | |
parent | ef10b5a834c2dff563f3a1a8e465d387405a7bbc (diff) |
Fixed a typo in the OperServ Global command
Diffstat (limited to 'data/global.example.conf')
-rw-r--r-- | data/global.example.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/global.example.conf b/data/global.example.conf index 6ee6fb7f8..41f1c9463 100644 --- a/data/global.example.conf +++ b/data/global.example.conf @@ -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"; } |