From dc436d522fa9994189638d08a23b978729b2640b Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Sat, 28 Feb 2026 21:13:01 +0000 Subject: Fix the cloak module sending NOTEs when it should send a FAIL. --- src/modules/m_cloak.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/m_cloak.cpp') diff --git a/src/modules/m_cloak.cpp b/src/modules/m_cloak.cpp index 454be7c7d..14e9e3c76 100644 --- a/src/modules/m_cloak.cpp +++ b/src/modules/m_cloak.cpp @@ -33,7 +33,7 @@ private: CloakMethodList& cloakmethods; // API for sending a FAIL message. - IRCv3::Replies::Note failrpl; + IRCv3::Replies::Fail failrpl; // API for sending a NOTE message. IRCv3::Replies::Note noterpl; -- cgit v1.3.1-10-gc9f91