]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
And yae, the compiler sayeth to brain, fix thine warning. and thou warning art fixeth.
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Sun, 22 Jan 2006 19:54:27 +0000 (19:54 +0000)
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Sun, 22 Jan 2006 19:54:27 +0000 (19:54 +0000)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2833 e03df62e-2008-0410-955e-edbf42e46eb7

src/modules/m_messageflood.cpp

index c6c16ad34dc4a6dcd61cf42e60984be6c3b01c05..39dc4530a47c0f534b419932ddde5f05d8db8948 100644 (file)
@@ -175,6 +175,7 @@ class ModuleMsgFlood : public Module
                                return 1;
                        }
                }
+               return 0;
        }
 
         virtual int OnUserPreMessage(userrec* user,void* dest,int target_type, std::string &text)