# | Line 1176 | Line 1176 | check_xline(struct Client *source_p) | |
---|---|---|
1176 | source_p->sockhost); | |
1177 | ||
1178 | ++ServerStats.is_ref; | |
1179 | < | if (REJECT_HOLD_TIME > 0) |
1180 | < | { |
1181 | < | sendto_one(source_p, ":%s NOTICE %s :Bad user info", |
1182 | < | me.name, source_p->name); |
1183 | < | source_p->localClient->reject_delay = CurrentTime + REJECT_HOLD_TIME; |
1184 | < | SetCaptured(source_p); |
1185 | < | } |
1186 | < | else |
1187 | < | exit_client(source_p, &me, "Bad user info"); |
1179 | > | exit_client(source_p, &me, "Bad user info"); |
1180 | return 1; | |
1181 | } | |
1182 |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |