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/trunk/src/channel.c (file contents):
Revision 6867 by michael, Mon Nov 30 19:29:46 2015 UTC vs.
Revision 6881 by michael, Tue Dec 1 19:25:43 2015 UTC

# Line 636 | Line 636 | is_banned(const struct Channel *chptr, c
636   * \return ERR_BANNEDFROMCHAN, ERR_INVITEONLYCHAN, ERR_CHANNELISFULL
637   *         or 0 if allowed to join.
638   */
639 < int
639 > static int
640   can_join(struct Client *client_p, const struct Channel *chptr, const char *key)
641   {
642    if ((chptr->mode.mode & MODE_SSLONLY) && !HasUMode(client_p, UMODE_SSL))

Diff Legend

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