Add new server flag (+6) to indicate IPv6 address format support. If
[ircu2.10.12-pk.git] / ircd / s_bsd.c
index 97c63b06382f86cd698409eddb64339569c782da..47a9afdc2503b9ea26c27c582664b80fb3d9a6e1 100644 (file)
@@ -384,7 +384,7 @@ static int completed_connection(struct Client* cptr)
   cli_lasttime(cptr) = CurrentTime;
   SetFlag(cptr, FLAG_PINGSENT);
 
-  sendrawto_one(cptr, MSG_SERVER " %s 1 %Tu %Tu J%s %s%s +%s :%s",
+  sendrawto_one(cptr, MSG_SERVER " %s 1 %Tu %Tu J%s %s%s +%s6 :%s",
                 cli_name(&me), cli_serv(&me)->timestamp, newts,
                MAJOR_PROTOCOL, NumServCap(&me),
                feature_bool(FEAT_HUB) ? "h" : "", cli_info(&me));