diff options
author | Adam <Adam@anope.org> | 2015-03-11 14:36:56 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2015-03-11 14:36:56 -0400 |
commit | 310e95a92e64a9546247fe57d4643328fa4ebe9b (patch) | |
tree | 59f02aa933d7bf766c26e38253f546c478b166f2 /include/regchannel.h | |
parent | 78bff86dab32dc484164e5da8a535b3ec24c5c03 (diff) |
Allow cs clone to clone levels too
Diffstat (limited to 'include/regchannel.h')
-rw-r--r-- | include/regchannel.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/regchannel.h b/include/regchannel.h index 416b0280d..50e0ceed2 100644 --- a/include/regchannel.h +++ b/include/regchannel.h @@ -198,6 +198,11 @@ class CoreExport ChannelInfo : public Serializable, public Extensible */ void ClearAkick(); + /** Get the level entries for the channel. + * @return The levels for the channel. + */ + const Anope::map<int16_t> &GetLevelEntries(); + /** Get the level for a privilege * @param priv The privilege name * @return the level |