| 595 |
|
"0" : target_p->sockhost, target_p->id, target_p->info); |
| 596 |
|
|
| 597 |
|
if (!EmptyString(target_p->certfp)) |
| 598 |
< |
sendto_one(client_p, ":%s CERTFP %s", |
| 599 |
< |
ID_or_name(target_p, client_p), target_p->certfp); |
| 598 |
> |
sendto_one(client_p, ":%s CERTFP %s", target_p->id, target_p->certfp); |
| 599 |
|
|
| 600 |
|
if (target_p->away[0]) |
| 601 |
< |
sendto_one(client_p, ":%s AWAY :%s", ID_or_name(target_p, client_p), |
| 603 |
< |
target_p->away); |
| 601 |
> |
sendto_one(client_p, ":%s AWAY :%s", target_p->id, target_p->away); |
| 602 |
|
|
| 603 |
|
} |
| 604 |
|
|
| 841 |
|
target_p->info); |
| 842 |
|
|
| 843 |
|
if (HasFlag(target_p, FLAGS_EOB)) |
| 844 |
< |
sendto_one(client_p, ":%s EOB", ID_or_name(target_p, client_p)); |
| 844 |
> |
sendto_one(client_p, ":%s EOB", target_p->id, client_p); |
| 845 |
|
} |
| 846 |
|
|
| 847 |
|
server_burst(client_p); |
| 872 |
|
|
| 873 |
|
/* EOB stuff is now in burst_all */ |
| 874 |
|
/* Always send a PING after connect burst is done */ |
| 875 |
< |
sendto_one(client_p, "PING :%s", ID_or_name(&me, client_p)); |
| 875 |
> |
sendto_one(client_p, "PING :%s", me.id); |
| 876 |
|
} |
| 877 |
|
|
| 878 |
|
/* burst_all() |
| 913 |
|
} |
| 914 |
|
|
| 915 |
|
if (IsCapable(client_p, CAP_EOB)) |
| 916 |
< |
sendto_one(client_p, ":%s EOB", ID_or_name(&me, client_p)); |
| 916 |
> |
sendto_one(client_p, ":%s EOB", me.id); |
| 917 |
|
} |
| 918 |
|
|
| 919 |
|
/* |
| 942 |
|
* for further information -Michael |
| 943 |
|
*/ |
| 944 |
|
if (chptr->topic_time != 0) |
| 945 |
< |
sendto_one(client_p, ":%s TBURST %lu %s %lu %s :%s", |
| 948 |
< |
ID_or_name(&me, client_p), |
| 945 |
> |
sendto_one(client_p, ":%s TBURST %lu %s %lu %s :%s", me.id, |
| 946 |
|
(unsigned long)chptr->channelts, chptr->chname, |
| 947 |
|
(unsigned long)chptr->topic_time, |
| 948 |
|
chptr->topic_info, |