summaryrefslogtreecommitdiff
path: root/src/modules
diff options
context:
space:
mode:
authorPeter Powell <petpow@saberuk.com>2019-03-30 11:53:51 +0000
committerPeter Powell <petpow@saberuk.com>2019-03-30 11:53:51 +0000
commitbdded70ac222c997aea8e8fefb029571398c611e (patch)
tree7fc8e45890dd03e63945225b57849871d936bf96 /src/modules
parent180b8b6ab194fd74cb5c64fc3ec0775eb542451a (diff)
Rename OnClientProtocolPopulateTags to OnPopulateTags.
Diffstat (limited to 'src/modules')
-rw-r--r--src/modules/m_botmode.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_botmode.cpp b/src/modules/m_botmode.cpp
index 1007f7ca1..44241e82c 100644
--- a/src/modules/m_botmode.cpp
+++ b/src/modules/m_botmode.cpp
@@ -43,7 +43,7 @@ class BotTag : public ClientProtocol::MessageTagProvider
{
}
- void OnClientProtocolPopulateTags(ClientProtocol::Message& msg) CXX11_OVERRIDE
+ void OnPopulateTags(ClientProtocol::Message& msg) CXX11_OVERRIDE
{
User* const user = msg.GetSourceUser();
if (user && user->IsModeSet(botmode))