summaryrefslogtreecommitdiff
path: root/src/client/Client.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/Client.hxx')
-rw-r--r--src/client/Client.hxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/client/Client.hxx b/src/client/Client.hxx
index 759e611d9..7ce128ce3 100644
--- a/src/client/Client.hxx
+++ b/src/client/Client.hxx
@@ -23,6 +23,7 @@
#include "check.h"
#include "ClientMessage.hxx"
#include "command/CommandListBuilder.hxx"
+#include "tag/Mask.hxx"
#include "event/FullyBufferedSocket.hxx"
#include "event/TimeoutMonitor.hxx"
#include "Compiler.h"
@@ -71,6 +72,11 @@ public:
unsigned idle_subscriptions;
/**
+ * The tags this client is interested in.
+ */
+ TagMask tag_mask = TagMask::All();
+
+ /**
* A list of channel names this client is subscribed to.
*/
std::set<std::string> subscriptions;