aboutsummaryrefslogtreecommitdiff
path: root/include/clientprotocol.h
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 /include/clientprotocol.h
parentMark messages with inspircd.org/bot if the user has +B set. (diff)
Rename OnClientProtocolPopulateTags to OnPopulateTags.
Diffstat (limited to 'include/clientprotocol.h')
-rw-r--r--include/clientprotocol.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clientprotocol.h b/include/clientprotocol.h
index ec033e166..44896a3a3 100644
--- a/include/clientprotocol.h
+++ b/include/clientprotocol.h
@@ -537,7 +537,7 @@ class ClientProtocol::MessageTagProvider : public Events::ModuleEventListener
* The default implementation does nothing.
* @param msg Message to be populated with tags.
*/
- virtual void OnClientProtocolPopulateTags(ClientProtocol::Message& msg)
+ virtual void OnPopulateTags(ClientProtocol::Message& msg)
{
}