From 438a088b5176068c753aebe860e2d89fefe09eb4 Mon Sep 17 00:00:00 2001 From: Peter Powell Date: Mon, 22 Jul 2019 12:18:25 +0100 Subject: Add the time tag on the server the message originates from. --- include/modules/ircv3.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/modules/ircv3.h') 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 class IRCv3::CapTag : public ClientProtocol::MessageTagProvider { + protected: Cap::Capability cap; const std::string tagname; -- cgit v1.2.3