More spacing on a burst SJOIN

This commit is contained in:
Sam Dodrill 2013-10-06 19:25:19 -07:00
parent 5a6a3ec287
commit 1ce8db9135
1 changed files with 1 additions and 1 deletions

View File

@ -630,7 +630,7 @@ burst_TS6(struct Client *client_p)
tlen = strlen(use_id(msptr->client_p)) + 1;
if(is_owner(msptr))
tlen++;
tlen = tlen +2; // HACK: Space it out
if(is_admin(msptr))
tlen++;
if(is_chanop(msptr))