]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_blockcaps.cpp
Fix STARTTLS sending the 670 numeric within the SSL session, not prior to it
[user/henk/code/inspircd.git] / src / modules / m_blockcaps.cpp
index 3fc603a85850dc53fa3b15b6484a67fc96edf86f..ade42cb4b8facbb21cf4b7b95e392481df477172 100644 (file)
@@ -128,7 +128,7 @@ public:
 
        virtual Version GetVersion()
        {
-               return Version("Provides support to block all-CAPS channel messages and notices", VF_COMMON|VF_VENDOR);
+               return Version("Provides support to block all-CAPS channel messages and notices", VF_VENDOR);
        }
 };