X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=src%2Fproto-p10.c;h=c7d69b06476c68a124cdf270ebeb215545f1a526;hb=e89fe7dbb4b2b1d66ea4909b3be7ccea689bfeaa;hp=c5ce032d4c001072bdcc4635e1f2513f81064bd8;hpb=e36a8c061fa07c9b03f5ac150c3a6738248ca5e3;p=srvx.git diff --git a/src/proto-p10.c b/src/proto-p10.c index c5ce032..c7d69b0 100644 --- a/src/proto-p10.c +++ b/src/proto-p10.c @@ -368,10 +368,10 @@ irc_server(struct server *srv) inttobase64(extranum, srv->num_mask, (srv->numeric[1] || (srv->num_mask >= 64*64)) ? 3 : 2); if (srv == self) { /* The +s, ignored by Run's ircu, means "service" to Undernet's ircu */ - putsock(P10_SERVER " %s %d %li %li J10 %s%s +s :%s", + putsock(P10_SERVER " %s %d %li %li J10 %s%s +s6 :%s", srv->name, srv->hops+1, srv->boot, srv->link, srv->numeric, extranum, srv->description); } else { - putsock("%s " P10_SERVER " %s %d %li %li %c10 %s%s +s :%s", + putsock("%s " P10_SERVER " %s %d %li %li %c10 %s%s +s6 :%s", self->numeric, srv->name, srv->hops+1, srv->boot, srv->link, (srv->self_burst ? 'J' : 'P'), srv->numeric, extranum, srv->description); } }