diff options
-rw-r--r-- | modules/commands/gl_global.cpp | 2 |
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); |