diff options
| author | 2019-03-30 11:53:51 +0000 | |
|---|---|---|
| committer | 2019-03-30 11:53:51 +0000 | |
| commit | bdded70ac222c997aea8e8fefb029571398c611e (patch) | |
| tree | 7fc8e45890dd03e63945225b57849871d936bf96 /include/clientprotocol.h | |
| parent | Mark 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.h | 2 |
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) { } |
