# | Line 743 | Line 743 | can_send(struct Channel *chptr, struct C | |
---|---|---|
743 | return CAN_SEND_OPV; | |
744 | ||
745 | if (MyClient(source_p) && !IsExemptResv(source_p)) | |
746 | < | if (!(IsOper(source_p) && ConfigFileEntry.oper_pass_resv) |
747 | < | if (!hash_find_resv(chptr->chname) == ConfigChannel.restrict_channels)) |
746 | > | if (!(IsOper(source_p) && ConfigFileEntry.oper_pass_resv)) |
747 | > | if (!hash_find_resv(chptr->chname) == ConfigChannel.restrict_channels) |
748 | return CAN_SEND_NO; | |
749 | ||
750 | if (ms != NULL || (ms = find_channel_link(source_p, chptr))) |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |