]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_messageflood.cpp
Change 974 numeric to 490 to avoid collision with Insp's failed to load module error
[user/henk/code/inspircd.git] / 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)
                 {