summaryrefslogtreecommitdiffstats
path: root/src/modules/m_testcommand.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/m_testcommand.cpp')
-rw-r--r--src/modules/m_testcommand.cpp2
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> &parameters, 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;
}
};