Revert "More spacing on a burst SJOIN"

Adding more spacing made it worse, revert.

This reverts commit 1ce8db9135.
This commit is contained in:
Sam Dodrill 2013-10-06 19:33:39 -07:00
parent 1ce8db9135
commit 763e5c24b1
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 +2; // HACK: Space it out
tlen++;
if(is_admin(msptr))
tlen++;
if(is_chanop(msptr))