]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Or so i thought...
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Sun, 22 Jan 2006 21:06:55 +0000 (21:06 +0000)
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Sun, 22 Jan 2006 21:06:55 +0000 (21:06 +0000)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2841 e03df62e-2008-0410-955e-edbf42e46eb7

src/modules/m_messageflood.cpp

index b796222c2b65fe83c64b44cb95ba561b56f71903..9e2f2a0301bb3ab1812c869ab9c821707cd0f04a 100644 (file)
@@ -195,7 +195,7 @@ class ModuleMsgFlood : public Module
                }
        }
 
-        virtual void OnUserMessage(userrec* user, void* dest, int target_type, std::string text);
+        virtual void OnUserMessage(userrec* user, void* dest, int target_type, std::string text)
        {
                 if (target_type == TYPE_CHANNEL)
                 {