diff options
Diffstat (limited to 'include/protocol.h')
-rw-r--r-- | include/protocol.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/protocol.h b/include/protocol.h index 4f4042738..a9fd2d763 100644 --- a/include/protocol.h +++ b/include/protocol.h @@ -15,6 +15,7 @@ #include "services.h" #include "anope.h" #include "service.h" +#include "modes.h" /* Encapsultes the IRCd protocol we are speaking. */ class CoreExport IRCDProto : public Service @@ -241,6 +242,7 @@ class CoreExport IRCDProto : public Service * Defaults to Config->ListSize */ virtual unsigned GetMaxListFor(Channel *c); + virtual unsigned GetMaxListFor(Channel *c, ChannelMode *cm); virtual Anope::string NormalizeMask(const Anope::string &mask); }; |