mirror of
https://github.com/anope/anope.git
synced 2026-07-08 11:43:14 +02:00
GetMaxListFor: use size_t and add a default like the other fields.
This commit is contained in:
@@ -114,7 +114,7 @@ public:
|
||||
return maxhost ? maxhost : IRCDProto::GetMaxHost();
|
||||
}
|
||||
|
||||
unsigned GetMaxListFor(Channel *c, ChannelMode *cm) override
|
||||
size_t GetMaxListFor(Channel *c, ChannelMode *cm) override
|
||||
{
|
||||
ListLimits *limits = maxlist.Get(c);
|
||||
if (limits)
|
||||
|
||||
Reference in New Issue
Block a user