]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - src/channel.c
Yay for documenting code....
[irc/rqf/shadowircd.git] / src / channel.c
index 0191f1fb083529a46a909f82f266e66ef4f36401..52f5b2b64c53ecdfe611f70a4ad72ec48322c942 100644 (file)
@@ -968,9 +968,6 @@ can_send(struct Channel *chptr, struct Client *source_p, struct membership *mspt
        if(is_chanop_voiced(msptr))
                return CAN_SEND_OPV;
 
-       if(IsOverride(source_p))
-               return CAN_SEND_NONOP;
-
        if(chptr->mode.mode & MODE_MODERATED)
                return CAN_SEND_NO;