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

Comparing ircd-hybrid/branches/8.2.x/src/channel_mode.c (file contents):
Revision 3699 by michael, Fri May 30 16:09:38 2014 UTC vs.
Revision 3703 by michael, Fri May 30 16:14:19 2014 UTC

# Line 1519 | Line 1519 | send_mode_changes(struct Client *source_
1519    for (unsigned int i = 0; i < mode_count; ++i)
1520    {
1521      if (mode_changes[i].letter == 0 ||
1522        mode_changes[i].mems == NON_CHANOPS ||
1522          mode_changes[i].mems == ONLY_SERVERS)
1523        continue;
1524  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines