diff options
| author | 2023-06-06 01:32:29 +0100 | |
|---|---|---|
| committer | 2023-06-12 01:39:47 +0100 | |
| commit | e2f0ff09810d8aceeb93906e316f69c5b6bd9ce2 (patch) | |
| tree | f9577f32c67d9682122be4162587a1f887494255 /src | |
| parent | Implement support for SPKI fingerprints into the ssl_gnutls module. (diff) | |
The standard-replies cap has been adopted by IRCv3 now.
Diffstat (limited to 'src')
| -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 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: |
