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

Comparing ircd-hybrid/modules/m_invite.c (file contents):
Revision 216 by adx, Tue Nov 1 11:38:41 2005 UTC vs.
Revision 217 by michael, Thu Nov 3 13:59:27 2005 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines