]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_operjoin.cpp
Add config <options:disablehmac> to support disabling of HMAC, and tidy up to detect...
[user/henk/code/inspircd.git] / src / modules / m_operjoin.cpp
index 09ddb47b938e2577c89902ea3ef1e46225ec45a1..4308068e3e83aaa57b2a36744282d183fbfc9bc4 100644 (file)
@@ -89,7 +89,7 @@ class ModuleOperjoin : public Module
 
                        for(std::vector<std::string>::iterator it = operChans.begin(); it != operChans.end(); it++)
                                if (ServerInstance->IsChannel(it->c_str()))
-                                       chanrec::JoinUser(ServerInstance, user, it->c_str(), false);
+                                       chanrec::JoinUser(ServerInstance, user, it->c_str(), false, "");
                }
 
 };