]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - src/channel.c
Send ERR_TOOMANYCHANNELS for each channel join that fails due to channel limits.
[irc/rqf/shadowircd.git] / src / channel.c
index a2e6fa60d66fa7e8a28eb4f3ec95fefb292cea42..57e9f50720472960241d1b5fcb2fbd71b55f0a7d 100644 (file)
@@ -1900,7 +1900,7 @@ void user_join(struct Client * client_p, struct Client * source_p, const char *
                {
                        sendto_one(source_p, form_str(ERR_TOOMANYCHANNELS),
                                   me.name, source_p->name, name);
-                       return;
+                       continue;
                }
 
                if(chptr == NULL)       /* If I already have a chptr, no point doing this */