]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Allow setting a limit of less than 64 entries for non-ban listmodes via <banlist>
authorAttila Molnar <attilamolnar@hush.com>
Mon, 27 Oct 2014 20:10:03 +0000 (21:10 +0100)
committerAttila Molnar <attilamolnar@hush.com>
Mon, 27 Oct 2014 20:10:03 +0000 (21:10 +0100)
Fixes regression introduced in 234be2f3cb

src/modules/u_listmode.h

index 30bf6a48fb71619e16b368f061e2bef46e97dec0..a728eb8397e3c1a21552731bd585a762c79794b8 100644 (file)
@@ -294,6 +294,8 @@ class ListModeBase : public ModeHandler
                                                        return MODEACTION_DENY;
                                                }
                                        }
+                                       else
+                                               break;
                                }
                        }