diff options
Diffstat (limited to 'modules/commands/gl_global.cpp')
-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 2ec39b3b9..09d44f9a0 100644 --- a/modules/commands/gl_global.cpp +++ b/modules/commands/gl_global.cpp @@ -41,7 +41,7 @@ class CommandGLGlobal : public Command this->SendSyntax(source); source.Reply(" "); source.Reply(_("Allows Administrators to send messages to all users on the \n" - "network. The message will be sent from the nick \002%s\002."), source.owner->nick.c_str()); + "network. The message will be sent from the nick \002%s\002."), source.service->nick.c_str()); return true; } }; |