# | Line 166 | Line 166 | send_members(struct Client *client_p, st | |
---|---|---|
166 | ++tlen; | |
167 | if (ms->flags & CHFL_HALFOP) | |
168 | ++tlen; | |
169 | < | if (ms->flags & CHFL_VOICE) |
169 | > | ifs (ms->flags & CHFL_VOICE) |
170 | ++tlen; | |
171 | ||
172 | /* |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |