summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPeter Powell <petpow@saberuk.com>2019-01-22 11:59:44 +0000
committerPeter Powell <petpow@saberuk.com>2019-01-22 12:09:28 +0000
commit965c81baee0fb6f46aa788f45742d558f50c8b15 (patch)
treec618ac452708a1ae88f6a6b552ddcde843517ecd /include
parent0a1f9bc59494a532a91bc9c8afcecb31ece656ee (diff)
Rename OnClientProtocolProcessTag to OnProcessTag.
Diffstat (limited to 'include')
-rw-r--r--include/clientprotocol.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clientprotocol.h b/include/clientprotocol.h
index 10b70e80b..ec033e166 100644
--- a/include/clientprotocol.h
+++ b/include/clientprotocol.h
@@ -549,7 +549,7 @@ class ClientProtocol::MessageTagProvider : public Events::ModuleEventListener
* MOD_RES_PASSTHRU to make no decision. If no hooks accept a tag, the tag is rejected.
* The default implementation returns MOD_RES_PASSTHRU.
*/
- virtual ModResult OnClientProtocolProcessTag(User* user, const std::string& tagname, std::string& tagvalue)
+ virtual ModResult OnProcessTag(User* user, const std::string& tagname, std::string& tagvalue)
{
return MOD_RES_PASSTHRU;
}