Revert "More spacing on a burst SJOIN"
Adding more spacing made it worse, revert.
This reverts commit 1ce8db9135
.
This commit is contained in:
parent
1ce8db9135
commit
763e5c24b1
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue