Add needed space between "TS6" or "SSL" and capabs from CAPAB in /stats ?.
This commit is contained in:
parent
f3b3ad0b07
commit
89fd463e59
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue