diff options
| author | 2008-05-19 00:29:53 +0000 | |
|---|---|---|
| committer | 2008-05-19 00:29:53 +0000 | |
| commit | e3bd782207f50d131acd008b0cbcc7545aac7690 (patch) | |
| tree | bf302dd6406597a08d8b57bdbbfc1c237580757d /src/modules/m_testcommand.cpp | |
| parent | These done (diff) | |
More done
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9759 e03df62e-2008-0410-955e-edbf42e46eb7
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; } }; |
