X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;ds=inline;f=src%2Fcoremods%2Fcore_channel%2Fcore_channel.h;h=c500add07277331fe86a5ad67ffc503a2798a38b;hb=c4955b78dced7bc399135fc64c14750f2dfc0a2b;hp=fa600cd17e984667d530f5df5ab1538968250ea0;hpb=17ee4cd4863aa4e6368916d858cbd1f5fdbe36ec;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/coremods/core_channel/core_channel.h b/src/coremods/core_channel/core_channel.h index fa600cd17..c500add07 100644 --- a/src/coremods/core_channel/core_channel.h +++ b/src/coremods/core_channel/core_channel.h @@ -168,6 +168,7 @@ class ModeChannelKey : public ParamMode class ModeChannelLimit : public ParamMode { public: + size_t minlimit; ModeChannelLimit(Module* Creator); bool ResolveModeConflict(std::string& their_param, const std::string& our_param, Channel* channel) CXX11_OVERRIDE; void SerializeParam(Channel* chan, intptr_t n, std::string& out);