# | Line 229 | Line 229 | send_mode_list(struct Client *client_p, | |
---|---|---|
229 | tlen = banptr->len + 3; | |
230 | ||
231 | /* | |
232 | < | * Send buffer and start over if we cannot fit another ban, |
233 | < | * or if the target is non-ts6 and we have too many modes in |
234 | < | * in this line. |
232 | > | * Send buffer and start over if we cannot fit another ban |
233 | */ | |
234 | if (cur_len + (tlen - 1) > IRCD_BUFSIZE - 2) | |
235 | { |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |