summaryrefslogtreecommitdiff
path: root/include/modes.h
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2013-04-08 00:19:07 -0500
committerAdam <Adam@anope.org>2013-04-08 00:19:07 -0500
commit1a37e1c0480f8bd11f57dfba514069a4e9c7d8de (patch)
tree41798df9056ef555f00c4a6c0964f1219c357dc3 /include/modes.h
parentfb7fef7a849342ab8463743497e781c5c3e6ae88 (diff)
Made auto* chanserv privileges not hard coded.
Made cs_statusupdate not remove status on users if they still match other entries. Move privilege descriptions out of the config
Diffstat (limited to 'include/modes.h')
-rw-r--r--include/modes.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/modes.h b/include/modes.h
index 6a39393bb..f5a1296c5 100644
--- a/include/modes.h
+++ b/include/modes.h
@@ -368,6 +368,8 @@ class CoreExport ModeManager
static const std::vector<ChannelMode *> &GetChannelModes();
static const std::vector<UserMode *> &GetUserModes();
+ static const std::vector<ChannelModeStatus *> &GetStatusChannelModesByRank();
+ static void RebuildStatusModes();
/** Add a mode to the stacker to be set on a channel
* @param bi The client to set the modes from