| # | Line 707 | Line 707 | sendto_match_servs(const struct Client * | |
|---|---|---|
| 707 | if (match(mask, target_p->name)) | |
| 708 | continue; | |
| 709 | ||
| 710 | – | /* |
| 711 | – | * If we set the serial here, then we'll never do a |
| 712 | – | * match() again, if !IsCapable() |
| 713 | – | */ |
| 714 | – | target_p->from->connection->serial = current_serial; |
| 715 | – | |
| 710 | if (cap && IsCapable(target_p->from, cap) != cap) | |
| 711 | continue; | |
| 712 | ||
| 713 | + | target_p->from->connection->serial = current_serial; |
| 714 | send_message_remote(target_p->from, source_p, buffer); | |
| 715 | } | |
| 716 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |