diff options
| author | 2023-12-22 22:01:09 +0000 | |
|---|---|---|
| committer | 2023-12-22 22:01:09 +0000 | |
| commit | 34591ec89f7810cc095c0a5451339ca5510d9d58 (patch) | |
| tree | 06d588f252862e6a5b5dce97d723f38ab74be540 /src/modules/m_ircv3.cpp | |
| parent | Document the PROP command. (diff) | |
| parent | Release v3.17.0. (diff) | |
Merge branch 'insp3' into master.
Diffstat (limited to 'src/modules/m_ircv3.cpp')
| -rw-r--r-- | src/modules/m_ircv3.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_ircv3.cpp b/src/modules/m_ircv3.cpp index 94c0ca922..361c3aaa9 100644 --- a/src/modules/m_ircv3.cpp +++ b/src/modules/m_ircv3.cpp @@ -131,7 +131,7 @@ private: public: ModuleIRCv3() - : Module(VF_VENDOR, "Provides the IRCv3 account-notify, away-notify, and extended-join client capabilities.") + : Module(VF_VENDOR, "Provides the IRCv3 account-notify, away-notify, extended-join, and standard-replies client capabilities.") , Account::EventListener(this) , Away::EventListener(this) , cap_accountnotify(this, "account-notify") |
