]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_noinvite.cpp
Commit patch from danieldg that makes a ton of stuff const-safe for latest warn-happy...
[user/henk/code/inspircd.git] / src / modules / m_noinvite.cpp
index d29942bc88da3b856d69ed77c1f656b729b7f842..cff191db061eb5b4b4c6dce90641ab5418ddff06 100644 (file)
@@ -58,7 +58,7 @@ class ModuleNoInvite : public Module
        }
 
 
-       virtual int OnUserPreInvite(User* user,User* dest,Channel* channel)
+       virtual int OnUserPreInvite(User* user,User* dest,Channel* channel, time_t timeout)
        {
                if (channel->IsModeSet('V'))
                {