From f28b1142f5d476fc70a0155b800b1cdf35a7d95b Mon Sep 17 00:00:00 2001 From: Adam Date: Sun, 26 Jan 2014 01:15:19 -0500 Subject: [PATCH] Correct error message in gl_global to reference the right module --- modules/commands/gl_global.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);