Update burst_TS6() for +ah.
This commit is contained in:
parent
da77e1eed9
commit
c63f75891b
|
@ -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++;
|
||||
|
||||
|
|
Loading…
Reference in New Issue