diff options
Diffstat (limited to 'src/modules/m_testcommand.cpp')
| -rw-r--r-- | src/modules/m_testcommand.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_testcommand.cpp b/src/modules/m_testcommand.cpp index b38171593..54a3ceba3 100644 --- a/src/modules/m_testcommand.cpp +++ b/src/modules/m_testcommand.cpp @@ -28,7 +28,7 @@ class CommandDalinfo : public Command CmdResult Handle (const std::vector<std::string> ¶meters, User *user) { - user->WriteServ("NOTICE %s :*** DALNet had nothing to do with it.", user->nick); + user->WriteServ("NOTICE %s :*** DALNet had nothing to do with it.", user->nick.c_str()); return CMD_FAILURE; } }; |
