mirror of
https://github.com/anope/anope.git
synced 2026-06-26 13:16:38 +02:00
Merge branch '2.0' into 2.1.
This commit is contained in:
@@ -76,7 +76,7 @@ class InspIRCdProto : public IRCDProto
|
||||
MaxLine = 4096;
|
||||
}
|
||||
|
||||
unsigned GetMaxListFor(Channel *c, ChannelMode *cm)
|
||||
unsigned GetMaxListFor(Channel *c, ChannelMode *cm) override
|
||||
{
|
||||
ListLimits *limits = maxlist.Get(c);
|
||||
if (limits)
|
||||
|
||||
Reference in New Issue
Block a user