From 310e95a92e64a9546247fe57d4643328fa4ebe9b Mon Sep 17 00:00:00 2001 From: Adam Date: Wed, 11 Mar 2015 14:36:56 -0400 Subject: Allow cs clone to clone levels too --- include/regchannel.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include') 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 &GetLevelEntries(); + /** Get the level for a privilege * @param priv The privilege name * @return the level -- cgit