From ef10b5a834c2dff563f3a1a8e465d387405a7bbc Mon Sep 17 00:00:00 2001 From: DukePyrolator Date: Sat, 3 Sep 2011 06:58:49 +0200 Subject: [PATCH] Fixed operserv global --- data/global.example.conf | 1 + 1 file changed, 1 insertion(+) 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"; }