summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPeter Powell <petpow@saberuk.com>2019-07-22 12:18:25 +0100
committerPeter Powell <petpow@saberuk.com>2019-07-22 12:40:37 +0100
commit438a088b5176068c753aebe860e2d89fefe09eb4 (patch)
tree0096a6ce78ccc06fb89cbeca1065f191e66180f7 /include
parent9cf381330eab69d7e5bf26684d1ec8075aee60a2 (diff)
Add the time tag on the server the message originates from.
Diffstat (limited to 'include')
-rw-r--r--include/modules/ircv3.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/modules/ircv3.h b/include/modules/ircv3.h
index ce2b70da7..3e58eb102 100644
--- a/include/modules/ircv3.h
+++ b/include/modules/ircv3.h
@@ -67,6 +67,7 @@ class IRCv3::WriteNeighborsWithCap : public User::ForEachNeighborHandler
template <typename T>
class IRCv3::CapTag : public ClientProtocol::MessageTagProvider
{
+ protected:
Cap::Capability cap;
const std::string tagname;