1
0
mirror of https://github.com/anope/anope.git synced 2026-07-09 06:43:13 +02:00

Correct error message in gl_global to reference the right module

This commit is contained in:
Adam
2014-01-26 01:15:19 -05:00
parent 87230c17b7
commit f28b1142f5
+1 -1
View File
@@ -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);