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;
|
tlen = strlen(use_id(msptr->client_p)) + 1;
|
||||||
if(is_owner(msptr))
|
if(is_owner(msptr))
|
||||||
tlen++
|
tlen++;
|
||||||
if(is_chanop(msptr))
|
if(is_chanop(msptr))
|
||||||
tlen++;
|
tlen++;
|
||||||
if(is_halfop(msptr))
|
if(is_halfop(msptr))
|
||||||
tlen++
|
tlen++;
|
||||||
if(is_voiced(msptr))
|
if(is_voiced(msptr))
|
||||||
tlen++;
|
tlen++;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue