diff options
Diffstat (limited to 'include')
| -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 |
