mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-09 10:39:02 -04:00
Allow setting a limit of less than 64 entries for non-ban listmodes via <banlist>
Fixes regression introduced in 234be2f3cb
This commit is contained in:
parent
c99a43968f
commit
d11323cf34
@ -294,6 +294,8 @@ class ListModeBase : public ModeHandler
|
||||
return MODEACTION_DENY;
|
||||
}
|
||||
}
|
||||
else
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user