X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/25b1f927bed9f76e17c97551293b04317adbe624..82f8e812f5f3df9a23b58dff2024f83237280b9d:/src/send.c diff --git a/src/send.c b/src/send.c index 4aebff9..e5d71f2 100644 --- a/src/send.c +++ b/src/send.c @@ -584,7 +584,7 @@ sendto_channel_opmod(struct Client *one, struct Client *source_p, if(IsIOError(target_p->from) || target_p->from == one) continue; - if((msptr->flags & CHFL_CHANOP) == 0) + if(!is_any_op(msptr)) continue; if(IsDeaf(target_p))