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-7.2/src/channel.c (file contents):
Revision 565 by michael, Wed Apr 26 16:52:00 2006 UTC vs.
Revision 567 by michael, Thu Apr 27 08:27:30 2006 UTC

# Line 743 | Line 743 | can_send(struct Channel *chptr, struct C
743      return CAN_SEND_OPV;
744  
745    if (MyClient(source_p) && !IsExemptResv(source_p))
746 <    if (!(IsOper(source_p) && ConfigFileEntry.oper_pass_resv)
747 <      if (!hash_find_resv(chptr->chname) == ConfigChannel.restrict_channels))
746 >    if (!(IsOper(source_p) && ConfigFileEntry.oper_pass_resv))
747 >      if (!hash_find_resv(chptr->chname) == ConfigChannel.restrict_channels)
748          return CAN_SEND_NO;
749  
750    if (ms != NULL || (ms = find_channel_link(source_p, chptr)))

Diff Legend

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