Fix spacing on SJOIN

This commit is contained in:
Sam Dodrill 2013-10-06 19:14:27 -07:00
parent afe4cb9104
commit 5a6a3ec287
1 changed files with 2 additions and 0 deletions

View File

@ -629,6 +629,8 @@ burst_TS6(struct Client *client_p)
msptr = uptr->data;
tlen = strlen(use_id(msptr->client_p)) + 1;
if(is_owner(msptr))
tlen++;
if(is_admin(msptr))
tlen++;
if(is_chanop(msptr))