diff options
| author | 2021-12-30 18:49:37 +0000 | |
|---|---|---|
| committer | 2021-12-30 18:49:37 +0000 | |
| commit | 997cec0ac572b054de9ffa1df2d52d5df6daeb4a (patch) | |
| tree | f986128a2558062687c0d149a5366184c8b5e66f /src/modules/m_allowinvite.cpp | |
| parent | Add support for forwarding a password from the second nick param. (diff) | |
Update module descriptions.
Diffstat (limited to 'src/modules/m_allowinvite.cpp')
| -rw-r--r-- | src/modules/m_allowinvite.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_allowinvite.cpp b/src/modules/m_allowinvite.cpp index 86b233e14..5a0150c5e 100644 --- a/src/modules/m_allowinvite.cpp +++ b/src/modules/m_allowinvite.cpp @@ -63,7 +63,7 @@ class ModuleAllowInvite : public Module Version GetVersion() CXX11_OVERRIDE { - return Version("Adds channel mode A (allowinvite) which allows unprivileged users to use the /INVITE command and extended ban A: which bans specific masks from using the /INVITE command.", VF_VENDOR); + return Version("Adds channel mode A (allowinvite) which allows unprivileged users to use the /INVITE command and extended ban A: (blockinvite) which bans specific masks from using the /INVITE command.", VF_VENDOR); } }; |
