aboutsummaryrefslogtreecommitdiffstats
path: root/include/modules
diff options
context:
space:
mode:
authorGravatar Peter Powell2019-07-22 12:18:25 +0100
committerGravatar Peter Powell2019-07-22 12:40:37 +0100
commit438a088b5176068c753aebe860e2d89fefe09eb4 (patch)
tree0096a6ce78ccc06fb89cbeca1065f191e66180f7 /include/modules
parentFix some regressions in sending tags between servers. (diff)
downloadinspircd++-438a088b5176068c753aebe860e2d89fefe09eb4.tar.gz
inspircd++-438a088b5176068c753aebe860e2d89fefe09eb4.tar.bz2
inspircd++-438a088b5176068c753aebe860e2d89fefe09eb4.zip
Add the time tag on the server the message originates from.
Diffstat (limited to 'include/modules')
-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;