Fix a couple typos.

This commit is contained in:
B.Greenham 2010-02-27 23:47:39 -05:00
parent 154760066c
commit fc5ba33325
1 changed files with 2 additions and 2 deletions

View File

@ -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++;