aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/m_botmode.cpp
diff options
context:
space:
mode:
authorGravatar Peter Powell2019-03-30 11:53:51 +0000
committerGravatar Peter Powell2019-03-30 11:53:51 +0000
commitbdded70ac222c997aea8e8fefb029571398c611e (patch)
tree7fc8e45890dd03e63945225b57849871d936bf96 /src/modules/m_botmode.cpp
parentMark messages with inspircd.org/bot if the user has +B set. (diff)
downloadinspircd++-bdded70ac222c997aea8e8fefb029571398c611e.tar.gz
inspircd++-bdded70ac222c997aea8e8fefb029571398c611e.tar.bz2
inspircd++-bdded70ac222c997aea8e8fefb029571398c611e.zip
Rename OnClientProtocolPopulateTags to OnPopulateTags.
Diffstat (limited to 'src/modules/m_botmode.cpp')
-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))