diff options
author | Adam <Adam@anope.org> | 2014-01-26 01:15:19 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2014-01-26 01:15:19 -0500 |
commit | f28b1142f5d476fc70a0155b800b1cdf35a7d95b (patch) | |
tree | c12c46dc296caa2992f20f7e4f1c0253955dc28c | |
parent | 87230c17b769980abcd6f501d325182973525d03 (diff) |
Correct error message in gl_global to reference the right module
-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); |