]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_operchans.cpp
Dont echo the JOIN to the user whos speaking
[user/henk/code/inspircd.git] / src / modules / m_operchans.cpp
index 4c3ae4798762b7271488794e26dca9f9970e2331..2171db86079963ae0734713f5ee4154537e09a73 100644 (file)
@@ -54,7 +54,7 @@ class ModuleOperChans : public Module
        {
                                
                oc = new OperChans(ServerInstance);
-               if (!ServerInstance->AddMode(oc, 'O'))
+               if (!ServerInstance->AddMode(oc))
                        throw ModuleException("Could not add new modes!");
        }