]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_regonlycreate.cpp
m_override now has a 'requirekey' option, that requires a special key of 'override...
[user/henk/code/inspircd.git] / src / modules / m_regonlycreate.cpp
index e4f92846885cda3687597481be702efb09d30e29..eea6b7876f92ecefc1e013e7fab4eb0c8810315e 100644 (file)
@@ -26,7 +26,7 @@ class ModuleRegOnlyCreate : 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 (chan)
                        return 0;