]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_nopartmsg.cpp
Well, that was moronic of me
[user/henk/code/inspircd.git] / src / modules / m_nopartmsg.cpp
index 46b79b51f09523ce741877d6fcf6a004507bd5ca..fab20a084913730dcc49d4635a0615c27766932c 100644 (file)
@@ -31,11 +31,11 @@ class ModulePartMsgBan : public Module
 
        virtual Version GetVersion()
        {
-               return Version(1,2,0,0,VF_VENDOR,API_VERSION);
+               return Version("$Id$", VF_VENDOR, API_VERSION);
        }
 
 
-    virtual void OnUserPart(User* user, Channel* channel, std::string &partmessage, bool &silent)
+       virtual void OnUserPart(User* user, Channel* channel, std::string &partmessage, bool &silent)
        {
                if (!IS_LOCAL(user))
                        return;