Update burst_TS6() for +ah.

This commit is contained in:
B.Greenham 2010-02-27 23:10:04 -05:00
parent da77e1eed9
commit c63f75891b
1 changed files with 4 additions and 0 deletions

View File

@ -547,8 +547,12 @@ burst_TS6(struct Client *client_p)
msptr = uptr->data;
tlen = strlen(use_id(msptr->client_p)) + 1;
if(is_owner(msptr))
tlen++
if(is_chanop(msptr))
tlen++;
if(is_halfop(msptr))
tlen++
if(is_voiced(msptr))
tlen++;