]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modes/cmode_h.cpp
Port bindings for gnutls now bind via ip:port, rather than on all ports for that...
[user/henk/code/inspircd.git] / src / modes / cmode_h.cpp
index 124506f63d86cccc3636b01cb0f651c293ec4390..26ec55de31ce2410312d67453105da3f895a9fe3 100644 (file)
@@ -70,7 +70,7 @@ void ModeChannelHalfOp::RemoveMode(User*)
 {
 }
 
-ModeAction ModeChannelHalfOp::OnModeChange(User* source, User*, Channel* channel, std::string &parameter, bool adding)
+ModeAction ModeChannelHalfOp::OnModeChange(User* source, User*, Channel* channel, std::string &parameter, bool adding, bool servermode)
 {
        /* If halfops are not enabled in the conf, we don't execute
         * anything in this class at all.