From 4f57d083c810f57edc0fe449b0de1f48e402107b Mon Sep 17 00:00:00 2001 From: Russell King Date: Sun, 5 Jun 2016 14:16:36 +0100 Subject: Add global channel operator support --- src/channel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/channel.c') diff --git a/src/channel.c b/src/channel.c index f000b7f..1feb5d1 100644 --- a/src/channel.c +++ b/src/channel.c @@ -750,7 +750,7 @@ can_send(struct Channel *chptr, struct Client *source_p, { struct MaskItem *conf = NULL; - if (IsServer(source_p) || HasFlag(source_p, FLAGS_SERVICE)) + if (IsServer(source_p) || HasFlag(source_p, FLAGS_SERVICE) || HasUMode(source_p, UMODE_GCHANOP)) return CAN_SEND_OPV; if (MyClient(source_p) && !IsExemptResv(source_p)) -- cgit