]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_operchans.cpp
httpd connection close fixes (these need to be backported to 1.1 at some point?)...
[user/henk/code/inspircd.git] / src / modules / m_operchans.cpp
index d73fb58cfb48c46db455dba3f3f7675ad7c1e148..d1111fd864584098ff4d1eff7d7919e6d6bc54b6 100644 (file)
@@ -61,7 +61,7 @@ class ModuleOperChans : public Module
        }
 
 
-       virtual int OnUserPreJoin(User* user, Channel* chan, const char* cname, std::string &privs)
+       virtual int OnUserPreJoin(User* user, Channel* chan, const char* cname, std::string &privs, const std::string &keygiven)
        {
                if (!IS_OPER(user))
                {