]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_restrictchans.cpp
Should now work with ports bound to all interfaces
[user/henk/code/inspircd.git] / src / modules / m_restrictchans.cpp
index 58e935aeef5b5a7abc36e2a5120ee813dbe133b7..b2c4273e3abe04530322fdc1d75ac739393e67c8 100644 (file)
@@ -73,7 +73,7 @@ class ModuleRestrictChans : public Module
        
        virtual Version GetVersion()
        {
-               return Version(1,1,0,1,VF_VENDOR,API_VERSION);
+               return Version(1,2,0,1,VF_VENDOR,API_VERSION);
        }
 };