diff options
author | Adam <Adam@anope.org> | 2013-04-08 00:19:07 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2013-04-08 00:19:07 -0500 |
commit | 1a37e1c0480f8bd11f57dfba514069a4e9c7d8de (patch) | |
tree | 41798df9056ef555f00c4a6c0964f1219c357dc3 /include/modes.h | |
parent | fb7fef7a849342ab8463743497e781c5c3e6ae88 (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.h | 2 |
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 |