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-8/src/channel.c (file contents):
Revision 1330 by michael, Sun Apr 1 12:12:00 2012 UTC vs.
Revision 1435 by michael, Fri Jun 15 18:35:37 2012 UTC

# Line 671 | Line 671 | can_join(struct Client *source_p, struct
671        if (!ConfigChannel.use_invex || !find_bmask(source_p, &chptr->invexlist))
672          return ERR_INVITEONLYCHAN;
673  
674 <  if (chptr->mode.key[0] && (!key || irccmp(chptr->mode.key, key)))
674 >  if (chptr->mode.key[0] && (!key || strcmp(chptr->mode.key, key)))
675      return ERR_BADCHANNELKEY;
676  
677    if (chptr->mode.limit && dlink_list_length(&chptr->members) >=

Diff Legend

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