diff options
| author | 2019-07-22 12:18:25 +0100 | |
|---|---|---|
| committer | 2019-07-22 12:40:37 +0100 | |
| commit | 438a088b5176068c753aebe860e2d89fefe09eb4 (patch) | |
| tree | 0096a6ce78ccc06fb89cbeca1065f191e66180f7 /include/modules | |
| parent | Fix some regressions in sending tags between servers. (diff) | |
| download | inspircd++-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.h | 1 |
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; |
