summaryrefslogtreecommitdiff
path: root/include/listmode.h
diff options
context:
space:
mode:
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