| # | Line 202 | Line 202 | parse_client_queued(struct Client *clien | |
|---|---|---|
| 202 | * and no 'bursts' will be permitted. | |
| 203 | */ | |
| 204 | if (checkflood > 0) | |
| 205 | + | { |
| 206 | if (lclient_p->sent_parsed >= lclient_p->allow_read) | |
| 207 | break; | |
| 208 | + | } |
| 209 | ||
| 210 | /* | |
| 211 | * Allow opers 4 times the amount of messages as users. why 4? | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |