diff options
author | Peter Powell <petpow@saberuk.com> | 2019-03-30 11:53:51 +0000 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2019-03-30 11:53:51 +0000 |
commit | bdded70ac222c997aea8e8fefb029571398c611e (patch) | |
tree | 7fc8e45890dd03e63945225b57849871d936bf96 /include/modules | |
parent | 180b8b6ab194fd74cb5c64fc3ec0775eb542451a (diff) |
Rename OnClientProtocolPopulateTags to OnPopulateTags.
Diffstat (limited to 'include/modules')
-rw-r--r-- | include/modules/ircv3.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/modules/ircv3.h b/include/modules/ircv3.h index 9729e8ed5..ce2b70da7 100644 --- a/include/modules/ircv3.h +++ b/include/modules/ircv3.h @@ -75,7 +75,7 @@ class IRCv3::CapTag : public ClientProtocol::MessageTagProvider return cap.get(user); } - void OnClientProtocolPopulateTags(ClientProtocol::Message& msg) CXX11_OVERRIDE + void OnPopulateTags(ClientProtocol::Message& msg) CXX11_OVERRIDE { T& tag = static_cast<T&>(*this); const std::string* const val = tag.GetValue(msg); |