ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src/channel.c
(Generate patch)

Comparing ircd-hybrid/trunk/src/channel.c (file contents):
Revision 3830 by michael, Mon Jun 2 23:24:20 2014 UTC vs.
Revision 3831 by michael, Wed Jun 4 21:47:26 2014 UTC

# 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      /*

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)