]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_restrictmsg.cpp
Properly cull TreeServer objects when quitting several of them
[user/henk/code/inspircd.git] / src / modules / m_restrictmsg.cpp
index de7737e66993a4dbd8c9145c21900669d5a02b7f..933a533abea2815b90bf8fbd1e7e265d595b2a99 100644 (file)
@@ -62,7 +62,7 @@ class ModuleRestrictMsg : public Module
 
        virtual Version GetVersion()
        {
-               return Version("Forbids users from messaging each other. Users may still message opers and opers may message other opers.",VF_VENDOR,API_VERSION);
+               return Version("Forbids users from messaging each other. Users may still message opers and opers may message other opers.",VF_VENDOR);
        }
 };