]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Fix warning that stops this from working (related to update of api this afternoon)
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Sat, 4 Feb 2006 19:21:37 +0000 (19:21 +0000)
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Sat, 4 Feb 2006 19:21:37 +0000 (19:21 +0000)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3081 e03df62e-2008-0410-955e-edbf42e46eb7

src/modules/m_nonotice.cpp

index 594a6529680c2e0d3cbb5f474edf6978ddfb1d03..01c849e5596895dd1bd692933f34b1c7c9747cee 100644 (file)
@@ -41,7 +41,7 @@ class ModuleNoNotice : public Module
                List[I_OnUserPreNotice] = List[I_On005Numeric] = List[I_OnExtendedMode] = 1;
        }
        
-       virtual int OnUserPreNotice(userrec* user,void* dest,int target_type, std::string &text)
+       virtual int OnUserPreNotice(userrec* user,void* dest,int target_type, std::string &text, char status)
        {
                if (target_type == TYPE_CHANNEL)
                {