More spacing on a burst SJOIN
This commit is contained in:
parent
5a6a3ec287
commit
1ce8db9135
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue