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

Comparing ircd-hybrid-7.2/modules/m_invite.c (file contents):
Revision 200 by lusky, Sun Oct 2 21:05:51 2005 UTC vs.
Revision 201 by adx, Tue Nov 1 11:41:52 2005 UTC

# Line 129 | Line 129 | m_invite(struct Client *client_p, struct
129      return;
130    }
131  
132 <  if (ConfigChannel.invite_ops_only || (chptr->mode.mode & MODE_INVITEONLY))
132 >  if ((chptr->mode.mode & (MODE_INVITEONLY | MODE_PARANOID)))
133    {
134      if (MyConnect(source_p) && !has_member_flags(ms, CHFL_CHANOP|CHFL_HALFOP))
135      {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines