]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_cban.cpp
Should now work with ports bound to all interfaces
[user/henk/code/inspircd.git] / src / modules / m_cban.cpp
index b1acc73e3741c5f595312a473066321a1a3b8325..60884331e64031c0ce106bebd232a56f208f659a 100644 (file)
@@ -189,7 +189,7 @@ class ModuleCBan : public Module
        
        virtual Version GetVersion()
        {
-               return Version(1, 1, 0, 1, VF_COMMON | VF_VENDOR, API_VERSION);
+               return Version(1, 2, 0, 1, VF_COMMON | VF_VENDOR, API_VERSION);
        }
 
        std::string EncodeCBan(const CBan &ban)