]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_nopartmsg.cpp
Clarify handshake failure messages
[user/henk/code/inspircd.git] / src / modules / m_nopartmsg.cpp
index cdd65417ffe0d6fa0324ff683435688b1e7ec99a..1d3cd901290bdaf673e5b47989292c75e331c489 100644 (file)
@@ -31,7 +31,7 @@ class ModulePartMsgBan : public Module
 
        virtual Version GetVersion()
        {
-               return Version("Implements extban +b p: - part message bans", VF_COMMON|VF_VENDOR, API_VERSION);
+               return Version("Implements extban +b p: - part message bans", VF_COMMON|VF_VENDOR);
        }