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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user