# | Line 364 | Line 364 | read_packet(fde_t *fd, void *data) | |
---|---|---|
364 | /* Check to make sure we're not flooding */ | |
365 | if (!(IsServer(client_p) || IsHandshake(client_p) || IsConnecting(client_p)) | |
366 | && (dbuf_length(&client_p->localClient->buf_recvq) > | |
367 | < | get_recvq(client_p))) |
367 | > | get_recvq(&client_p->localClient->confs))) |
368 | { | |
369 | if (!(ConfigFileEntry.no_oper_flood && HasUMode(client_p, UMODE_OPER))) | |
370 | { |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |