mirror of
https://github.com/anope/anope.git
synced 2026-06-25 11:16:37 +02:00
Add support for per-mode list limits.
This commit is contained in:
@@ -438,6 +438,11 @@ unsigned IRCDProto::GetMaxListFor(Channel *c)
|
||||
return c->HasMode("LBAN") ? 0 : Config->GetBlock("networkinfo")->Get<int>("modelistsize");
|
||||
}
|
||||
|
||||
unsigned IRCDProto::GetMaxListFor(Channel *c, ChannelMode *cm)
|
||||
{
|
||||
return GetMaxListFor(c);
|
||||
}
|
||||
|
||||
Anope::string IRCDProto::NormalizeMask(const Anope::string &mask)
|
||||
{
|
||||
if (IsExtbanValid(mask))
|
||||
|
||||
Reference in New Issue
Block a user