Fix a couple typos.
This commit is contained in:
parent
154760066c
commit
fc5ba33325
|
@ -548,11 +548,11 @@ burst_TS6(struct Client *client_p)
|
|||
|
||||
tlen = strlen(use_id(msptr->client_p)) + 1;
|
||||
if(is_owner(msptr))
|
||||
tlen++
|
||||
tlen++;
|
||||
if(is_chanop(msptr))
|
||||
tlen++;
|
||||
if(is_halfop(msptr))
|
||||
tlen++
|
||||
tlen++;
|
||||
if(is_voiced(msptr))
|
||||
tlen++;
|
||||
|
||||
|
|
Loading…
Reference in New Issue