summaryrefslogtreecommitdiff
path: root/include/modes.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/modes.h')
-rw-r--r--include/modes.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/modes.h b/include/modes.h
index 2fce7e9f7..1e85e3b64 100644
--- a/include/modes.h
+++ b/include/modes.h
@@ -375,6 +375,16 @@ class StackerInfo
class CoreExport ModeManager
{
protected:
+ class ModePipe : public Pipe
+ {
+ public:
+ /** Called when there are modes to be set
+ */
+ void OnNotify();
+ };
+
+ static ModePipe *mpipe;
+
/* List of pairs of user/channels and their stacker info */
static std::list<std::pair<Base *, StackerInfo *> > StackerObjects;