summaryrefslogtreecommitdiff
path: root/include/listmode.h
diff options
context:
space:
mode:
authorPeter Powell <petpow@saberuk.com>2017-07-24 14:44:36 +0100
committerPeter Powell <petpow@saberuk.com>2017-07-24 14:44:36 +0100
commit60658d0bdbc8d047c3dbfc19abb005e147b5b2b9 (patch)
treeea49869ba451ebbeb824ee1f6496a55f75ebfaff /include/listmode.h
parentd2b5c7d1fcda74a72c93937cc58b5b7ff80e2a0a (diff)
Replace the deprecated MAXBANS token with MAXLIST.
Diffstat (limited to 'include/listmode.h')
-rw-r--r--include/listmode.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/listmode.h b/include/listmode.h
index 96a13a519..f49c5b3c8 100644
--- a/include/listmode.h
+++ b/include/listmode.h
@@ -126,6 +126,10 @@ class CoreExport ListModeBase : public ModeHandler
*/
unsigned int GetLimit(Channel* channel);
+ /** Gets the lower list limit for this listmode.
+ */
+ unsigned int GetLowerLimit();
+
/** Retrieves the list of all modes set on the given channel
* @param channel Channel to get the list from
* @return A list with all modes of this type set on the given channel, can be NULL