From ea85c0c6bad664e241e9d407e8ae10c7971a66c2 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Tue, 30 May 2023 02:38:25 +0100 Subject: Fix casing of metadata in function and event names. Metadata is one word not two so it shouldn't be capitalised like this. --- src/modules/m_swhois.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/m_swhois.cpp') diff --git a/src/modules/m_swhois.cpp b/src/modules/m_swhois.cpp index 52524ea7d..668761bf2 100644 --- a/src/modules/m_swhois.cpp +++ b/src/modules/m_swhois.cpp @@ -143,7 +143,7 @@ public: cmd.swhois.Unset(user); } - void OnDecodeMetaData(Extensible* target, const std::string& extname, const std::string&) override + void OnDecodeMetadata(Extensible* target, const std::string& extname, const std::string&) override { if (target && target->extype == ExtensionType::USER && irc::equals(extname, "swhois")) cmd.operblock.Unset(static_cast(target)); -- cgit v1.3.1-10-gc9f91