# | Line 387 | Line 387 | sendto_channel_butone(struct Client *one | |
---|---|---|
387 | ||
388 | assert(IsClient(target_p)); | |
389 | ||
390 | < | if (IsDefunct(target_p) || HasUMode(target_p, UMODE_DEAF) || |
390 | > | if (IsDefunct(target_p->from) || HasUMode(target_p, UMODE_DEAF) || |
391 | (one && target_p->from == one->from)) | |
392 | continue; | |
393 |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |