diff options
Diffstat (limited to 'include/extern.h')
-rw-r--r-- | include/extern.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/extern.h b/include/extern.h index 7d625ec91..e4a87d1d2 100644 --- a/include/extern.h +++ b/include/extern.h @@ -299,8 +299,8 @@ E int str_is_cidr(const Anope::string &str, uint32 *ip, uint32 *mask, Anope::str /**** modes.cpp ****/ /* Number of generic modes we support */ E unsigned GenericChannelModes, GenericUserModes; -E Flags<ChannelModeName, CMODE_END> DefMLockOn; -E Flags<ChannelModeName, CMODE_END> DefMLockOff; +E Flags<ChannelModeName> DefMLockOn; +E Flags<ChannelModeName> DefMLockOff; E std::map<ChannelModeName, Anope::string> DefMLockParams; /* Modes to set on bots when they join the channel */ E std::list<ChannelModeStatus *> BotModes; |