]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_testcommand.cpp
Rename quietban to muteban, change character to +b m:, this way it fits with cmode...
[user/henk/code/inspircd.git] / src / modules / m_testcommand.cpp
index b38171593d34ed4c7a94a972bbaa13aea3614afc..54a3ceba391dbf780d0c0c8773c6a4a24bed8532 100644 (file)
@@ -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;
        }
 };