summaryrefslogtreecommitdiff
path: root/include/mode.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mode.h')
-rw-r--r--include/mode.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mode.h b/include/mode.h
index a9b0da656..81858a823 100644
--- a/include/mode.h
+++ b/include/mode.h
@@ -172,6 +172,7 @@ class CoreExport ModeHandler : public classbase
* @param type Type of the mode (MODETYPE_USER or MODETYPE_CHANNEL)
*/
ModeHandler(Module* me, const std::string& name, char modeletter, ParamSpec params, ModeType type);
+ virtual bool cull();
virtual ~ModeHandler();
/**
* Returns true if the mode is a list mode