aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_cloak.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2023-06-06 01:32:29 +0100
committerGravatar Sadie Powell2023-06-12 01:39:47 +0100
commite2f0ff09810d8aceeb93906e316f69c5b6bd9ce2 (patch)
treef9577f32c67d9682122be4162587a1f887494255 /src/modules/m_cloak.cpp
parentImplement support for SPKI fingerprints into the ssl_gnutls module. (diff)
The standard-replies cap has been adopted by IRCv3 now.
Diffstat (limited to 'src/modules/m_cloak.cpp')
-rw-r--r--src/modules/m_cloak.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_cloak.cpp b/src/modules/m_cloak.cpp
index 4101029b7..61bcdf0f6 100644
--- a/src/modules/m_cloak.cpp
+++ b/src/modules/m_cloak.cpp
@@ -38,7 +38,7 @@ private:
// API for sending a NOTE message.
IRCv3::Replies::Note noterpl;
- // Reference to the inspircd.org/standard-replies csp.
+ // Reference to the standard-replies cap.
IRCv3::Replies::CapReference stdrplcap;
public: