| # | Line 480 | Line 480 | register_local_user(struct Client *clien | |
|---|---|---|
| 480 | /* Increment our total user count here */ | |
| 481 | if (++Count.total > Count.max_tot) | |
| 482 | Count.max_tot = Count.total; | |
| 483 | < | Count.totalrestartcount++; |
| 483 | > | ++Count.totalrestartcount; |
| 484 | ||
| 485 | source_p->localClient->allow_read = MAX_FLOOD_BURST; | |
| 486 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |