summaryrefslogtreecommitdiff
path: root/modules/commands/gl_global.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/commands/gl_global.cpp')
-rw-r--r--modules/commands/gl_global.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/modules/commands/gl_global.cpp b/modules/commands/gl_global.cpp
index 70dd4d324..a02c1cccd 100644
--- a/modules/commands/gl_global.cpp
+++ b/modules/commands/gl_global.cpp
@@ -9,8 +9,6 @@
* Based on the original code of Services by Andy Church.
*/
-/*************************************************************************/
-
#include "module.h"
class CommandGLGlobal : public Command
@@ -33,7 +31,7 @@ class CommandGLGlobal : public Command
else
{
Log(LOG_ADMIN, source, this);
- GService->SendGlobal(Global, source.GetNick(), msg);
+ GService->SendGlobal(NULL, source.GetNick(), msg);
}
}