]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_sslmodes.cpp
All done.
[user/henk/code/inspircd.git] / src / modules / m_sslmodes.cpp
index 1304abe01b2ccea89cfae7b6c7392f5b9c3c7a35..1d48d99add7f14c196f7fcd66eed49e803c059f0 100644 (file)
@@ -87,7 +87,7 @@ class ModuleSSLModes : public Module
                List[I_OnUserPreJoin] = 1;
        }
 
-       virtual int OnUserPreJoin(userrec* user, chanrec* chan, const char* cname)
+       virtual int OnUserPreJoin(userrec* user, chanrec* chan, const char* cname, std::string &privs)
        {
                if(chan && chan->IsModeSet('z'))
                {