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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user