1
0
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:
Sadie Powell
2022-01-04 00:39:07 +00:00
6 changed files with 397 additions and 458 deletions
+1 -1
View File
@@ -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)