diff options
author | DukePyrolator <DukePyrolator@anope.org> | 2011-09-03 06:58:49 +0200 |
---|---|---|
committer | DukePyrolator <DukePyrolator@anope.org> | 2011-09-03 06:58:49 +0200 |
commit | ef10b5a834c2dff563f3a1a8e465d387405a7bbc (patch) | |
tree | 8d921fc75e7666037f69d7fe907e8a43c8a9f1eb /data/global.example.conf | |
parent | 1c5ff92c9398c01708158f0a057905ad50a3255c (diff) |
Fixed operserv global
Diffstat (limited to 'data/global.example.conf')
-rw-r--r-- | data/global.example.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/global.example.conf b/data/global.example.conf index d5a4119c7..6ee6fb7f8 100644 --- a/data/global.example.conf +++ b/data/global.example.conf @@ -110,5 +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 = "Global"; name = "GLOBAL"; command = "global/global"; permission = "global/global"; } |