| # | Line 150 | Line 150 | who_global(struct Client *source_p, char | |
|---|---|---|
| 150 | { | |
| 151 | if ((last_used + ConfigFileEntry.pace_wait) > CurrentTime) | |
| 152 | { | |
| 153 | – | /* safe enough to give this on a local connect only */ |
| 153 | sendto_one_numeric(source_p, &me, RPL_LOAD2HI); | |
| 154 | return; | |
| 155 | } | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |