diff options
| author | Adam <Adam@anope.org> | 2011-09-03 14:13:14 -0400 |
|---|---|---|
| committer | Adam <Adam@anope.org> | 2011-09-03 14:13:14 -0400 |
| commit | 30e6fc07d6f0c531a35602d62cfc550c5e7a5ff1 (patch) | |
| tree | 2ef290a14609aa0bb8e4b845ba9605ec8b4ef50e | |
| parent | fe1c5d41f9699dce5f1c94ff3b1c2e92bf564f72 (diff) | |
| parent | fa5ba63542de78d0966e91ca08cf5c7de4df5bc0 (diff) | |
Merge branch '1.9' of anope.git.sf.net:/gitroot/anope/anope into 1.9
| -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"; } |
