From 997aae03c4eed3a15e7e950a451e2803fa8918b5 Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Wed, 26 Dec 2012 12:31:36 -0600 Subject: [PATCH] - Require OPCanOverride to talk through channel bans. (#3410) --- src/channel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/channel.c b/src/channel.c index e0295486d..398f9e9ea 100644 --- a/src/channel.c +++ b/src/channel.c @@ -830,7 +830,7 @@ int can_send(aClient *cptr, aChannel *chptr, char *msgtext, int notice) return (CANNOT_SEND_NOTICE); /* Makes opers able to talk thru bans -Stskeeps suggested by The_Cat */ - if (IsOper(cptr)) + if (IsOper(cptr) && OPCanOverride(cptr)) return 0; if ((!lp