| # | Line 292 | Line 292 | check_xline(struct Client *client_p) | |
|---|---|---|
| 292 | sendto_realops_flags(UMODE_REJ, L_ALL, SEND_NOTICE, | |
| 293 | "X-line Rejecting [%s] [%s], user %s [%s]", | |
| 294 | client_p->info, gecos->reason, | |
| 295 | < | get_client_name(client_p, HIDE_IP), |
| 295 | > | client_get_name(client_p, HIDE_IP), |
| 296 | client_p->sockhost); | |
| 297 | ||
| 298 | ++ServerStats.is_ref; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |