Skip to content
This repository has been archived by the owner on Jun 24, 2021. It is now read-only.

Commit

Permalink
Add needed space between "TS6" or "SSL" and capabs from CAPAB in /sta…
Browse files Browse the repository at this point in the history
…ts ?.
  • Loading branch information
jillest committed Jul 3, 2012
1 parent f3b3ad0 commit 89fd463
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/s_serv.c
Expand Up @@ -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;
Expand Down

0 comments on commit 89fd463

Please sign in to comment.