Add needed space between "TS6" or "SSL" and capabs from CAPAB in /stats ?.

This commit is contained in:
Jilles Tjoelker 2012-07-03 19:11:15 +02:00
parent f3b3ad0b07
commit 89fd463e59

View file

@ -718,6 +718,7 @@ show_capabilities(struct Client *target_p)
if(!IsServer(target_p) || !target_p->serv->caps) /* short circuit if no caps */
return msgbuf + 1;
rb_strlcat(msgbuf, " ", sizeof(msgbuf));
rb_strlcat(msgbuf, capability_index_list(serv_capindex, target_p->serv->caps), sizeof(msgbuf));
return msgbuf + 1;