# | 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)) |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |