]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_testcommand.cpp
Mention ulines too
[user/henk/code/inspircd.git] / src / modules / m_testcommand.cpp
index b38171593d34ed4c7a94a972bbaa13aea3614afc..f3eff2878db9b075c620e4c564bc627f3dafa7f6 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;
        }
 };
@@ -53,7 +53,7 @@ class ModuleTestCommand : public Module
 
        virtual Version GetVersion()
        {
-               return Version(1, 2, 0, 0, VF_VENDOR, API_VERSION);
+               return Version("$Id$", VF_VENDOR, API_VERSION);
        }
 };