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.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/commands/gl_global.cpp b/modules/commands/gl_global.cpp
index a25b6c8a3..10b8a3677 100644
--- a/modules/commands/gl_global.cpp
+++ b/modules/commands/gl_global.cpp
@@ -27,7 +27,7 @@ class CommandGLGlobal : public Command
const Anope::string &msg = params[0];
if (!GService)
- source.Reply("No global reference, is gl_main loaded?");
+ source.Reply("No global reference, is global loaded?");
else
{
Log(LOG_ADMIN, source, this);