# | Line 589 | Line 589 | register_remote_user(struct Client *sour | |
---|---|---|
589 | SetUserHost(source_p); | |
590 | ||
591 | if (HasFlag(source_p->servptr, FLAGS_EOB)) | |
592 | + | { |
593 | if (strcmp(source_p->sockhost, "0")) /* XXX: TBR */ | |
594 | sendto_realops_flags(UMODE_FARCONNECT, L_ALL, SEND_NOTICE, | |
595 | "Client connecting at %s: %s (%s@%s) [%s] [%s] <%s>", | |
# | Line 601 | Line 602 | register_remote_user(struct Client *sour | |
602 | source_p->servptr->name, | |
603 | source_p->name, source_p->username, source_p->host, | |
604 | source_p->info, source_p->id); | |
605 | + | } |
606 | ||
607 | introduce_client(source_p); | |
608 | } |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |