# | Line 791 | Line 791 | sendto_match_servs(struct Client *source | |
---|---|---|
791 | struct Client *target_p; | |
792 | dlink_node *ptr; | |
793 | char buffer[IRCD_BUFSIZE]; | |
794 | – | int found = 0; |
794 | ||
795 | va_start(args, pattern); | |
796 | vsnprintf(buffer, sizeof(buffer), pattern, args); | |
# | Line 817 | Line 816 | sendto_match_servs(struct Client *source | |
816 | * match() again, if !IsCapable() | |
817 | */ | |
818 | target_p->from->localClient->serial = current_serial; | |
820 | – | found++; |
819 | ||
820 | if (!IsCapable(target_p->from, cap)) | |
821 | continue; |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |