]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_shun.cpp
Fix for bug #791, if an error is set treat this as 'could not get certificate'
[user/henk/code/inspircd.git] / src / modules / m_shun.cpp
index cb0b7b465c5535535955b2d2dee9a44335b324e9..62f4cfd05b2eb225ee56dd9b828d701c2ae4e699 100644 (file)
@@ -281,7 +281,8 @@ class ModuleShun : public Module
                        parameters.clear();
                }
 
-               return 1;
+               /* if we're here, allow the command. */
+               return 0;
        }
 
        virtual Version GetVersion()