]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_chgident.cpp
Add a Flash Policy Daemon module
[user/henk/code/inspircd.git] / src / modules / m_chgident.cpp
index 6960a3ad855829de04ba4e3d985199adda151670..6d5df7be57c5ebe295aec38cbc1fe4b5c9900910 100644 (file)
@@ -41,7 +41,7 @@ class CommandChgident : public Command
 
                if ((!dest) || (dest->registered != REG_ALL))
                {
-                       user->WriteNumeric(ERR_NOSUCHNICK, "%s %s :No such nick/channel", user->nick.c_str(), parameters[0].c_str());
+                       user->WriteNumeric(ERR_NOSUCHNICK, "%s :No such nick/channel", parameters[0].c_str());
                        return CMD_FAILURE;
                }