]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/irc-mode.c
Check G-Line and K-Line lists after authenticating clients
[ngircd-alex.git] / src / ngircd / irc-mode.c
index 3cceaeb898af3d90dd8df5b35daca4c438a00893..ba44a3ba286f1e592058b2fced15e262183c747d 100644 (file)
@@ -479,6 +479,7 @@ Channel_Mode(CLIENT *Client, REQUEST *Req, CLIENT *Origin, CHANNEL *Channel)
                case 'i': /* Invite only */
                case 'm': /* Moderated */
                case 'n': /* Only members can write */
+               case 'R': /* Registered users only */
                case 's': /* Secret channel */
                case 't': /* Topic locked */
                case 'z': /* Secure connections only */