diff options
Diffstat (limited to 'include/modes.h')
-rw-r--r-- | include/modes.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/modes.h b/include/modes.h index b38ef3dc1..e8c8b2f2b 100644 --- a/include/modes.h +++ b/include/modes.h @@ -350,7 +350,8 @@ class CoreExport ModeManager /* Number of generic channel and user modes we are tracking */ static unsigned GenericChannelModes, GenericUserModes; /* Default channel mode lock */ - static std::multimap<ChannelModeName, ModeLock *> DefaultModeLocks; + static std::list<std::pair<ChannelModeName, Anope::string> > ModeLockOn; + static std::list<ChannelModeName> ModeLockOff; /* Default modes bots have on channels */ static ChannelStatus DefaultBotModes; |