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 5d884692e..4b207fa44 100644
--- a/include/modes.h
+++ b/include/modes.h
@@ -298,7 +298,8 @@ class CoreExport ModeManager
static std::vector<UserMode *> UserModes;
/* Number of generic channel and user modes we are tracking */
- static unsigned GenericChannelModes, GenericUserModes;
+ static unsigned GenericChannelModes;
+ static unsigned GenericUserModes;
/* Default channel mode lock */
static std::list<std::pair<Anope::string, Anope::string> > ModeLockOn;
static std::list<Anope::string> ModeLockOff;