436 |
|
|
437 |
|
server_aconf = map_to_conf(server_conf); |
438 |
|
|
439 |
– |
if (!IsConfTopicBurst(server_aconf)) |
440 |
– |
ClearCap(client_p, CAP_TBURST); |
441 |
– |
|
439 |
|
if (aconf != NULL) |
440 |
|
{ |
441 |
|
struct sockaddr_in *v4; |
638 |
|
target_p->servptr->name, target_p->info); |
639 |
|
} |
640 |
|
|
641 |
< |
if (IsConfAwayBurst((struct AccessItem *)map_to_conf(client_p->localClient->confs.head->data))) |
642 |
< |
if (target_p->away[0]) |
643 |
< |
sendto_one(client_p, ":%s AWAY :%s", ID_or_name(target_p, client_p), |
647 |
< |
target_p->away); |
641 |
> |
if (target_p->away[0]) |
642 |
> |
sendto_one(client_p, ":%s AWAY :%s", ID_or_name(target_p, client_p), |
643 |
> |
target_p->away); |
644 |
|
|
645 |
|
} |
646 |
|
|
763 |
|
* - Dianora |
764 |
|
*/ |
765 |
|
|
766 |
< |
send_capabilities(client_p, aconf, |
771 |
< |
(IsConfTopicBurst(aconf) ? CAP_TBURST : 0)); |
766 |
> |
send_capabilities(client_p, aconf, 0); |
767 |
|
|
768 |
|
sendto_one(client_p, "SERVER %s 1 :%s%s", |
769 |
|
me.name, ConfigServerHide.hidden ? "(H) " : "", me.info); |
1315 |
|
sendto_one(client_p, "PASS %s TS %d %s", |
1316 |
|
aconf->spasswd, TS_CURRENT, me.id); |
1317 |
|
|
1318 |
< |
send_capabilities(client_p, aconf, |
1324 |
< |
(IsConfTopicBurst(aconf) ? CAP_TBURST : 0)); |
1318 |
> |
send_capabilities(client_p, aconf, 0); |
1319 |
|
|
1320 |
|
sendto_one(client_p, "SERVER %s 1 :%s%s", |
1321 |
|
me.name, ConfigServerHide.hidden ? "(H) " : "", |
1476 |
|
sendto_one(client_p, "PASS %s TS %d %s", |
1477 |
|
aconf->spasswd, TS_CURRENT, me.id); |
1478 |
|
|
1479 |
< |
send_capabilities(client_p, aconf, |
1486 |
< |
(IsConfTopicBurst(aconf) ? CAP_TBURST : 0)); |
1479 |
> |
send_capabilities(client_p, aconf, 0); |
1480 |
|
|
1481 |
|
sendto_one(client_p, "SERVER %s 1 :%s%s", |
1482 |
|
me.name, ConfigServerHide.hidden ? "(H) " : "", |