diff options
| author | 2026-02-28 21:13:01 +0000 | |
|---|---|---|
| committer | 2026-02-28 21:13:01 +0000 | |
| commit | dc436d522fa9994189638d08a23b978729b2640b (patch) | |
| tree | 40f114c313ddd4988b849c4c0fc26bcd1e013837 /src/modules/m_cloak.cpp | |
| parent | Fix RPL_ENDOFNAMES for real this time. (diff) | |
Fix the cloak module sending NOTEs when it should send a FAIL.
Diffstat (limited to 'src/modules/m_cloak.cpp')
| -rw-r--r-- | src/modules/m_cloak.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
