summaryrefslogtreecommitdiff
path: root/include/modes.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/modes.h')
-rw-r--r--include/modes.h3
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;