aboutsummaryrefslogtreecommitdiff
path: root/src/clientprotocol.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/clientprotocol.cpp
parentMark messages with inspircd.org/bot if the user has +B set. (diff)
Rename OnClientProtocolPopulateTags to OnPopulateTags.
Diffstat (limited to 'src/clientprotocol.cpp')
-rw-r--r--src/clientprotocol.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clientprotocol.cpp b/src/clientprotocol.cpp
index 212d65d6b..ee3909fbf 100644
--- a/src/clientprotocol.cpp
+++ b/src/clientprotocol.cpp
@@ -63,7 +63,7 @@ const ClientProtocol::SerializedMessage& ClientProtocol::Serializer::SerializeFo
if (!msg.msginit_done)
{
msg.msginit_done = true;
- FOREACH_MOD_CUSTOM(evprov, MessageTagProvider, OnClientProtocolPopulateTags, (msg));
+ FOREACH_MOD_CUSTOM(evprov, MessageTagProvider, OnPopulateTags, (msg));
}
return msg.GetSerialized(Message::SerializedInfo(this, MakeTagWhitelist(user, msg.GetTags())));
}