1
0
mirror of https://github.com/anope/anope.git synced 2026-07-01 17:46:38 +02:00

Fix some minor issues discovered whilst working on 2.1.

This commit is contained in:
Sadie Powell
2022-01-03 19:33:21 +00:00
parent 2c18601d8f
commit ba2c82e2f5
5 changed files with 11 additions and 5 deletions
+1 -1
View File
@@ -75,7 +75,7 @@ class InspIRCd3Proto : public IRCDProto
MaxLine = 4096;
}
unsigned GetMaxListFor(Channel *c, ChannelMode *cm)
unsigned GetMaxListFor(Channel *c, ChannelMode *cm) anope_override
{
ListLimits *limits = maxlist.Get(c);
if (limits)