diff options
| author | 2021-08-04 03:08:39 +0100 | |
|---|---|---|
| committer | 2021-08-04 03:08:39 +0100 | |
| commit | 719a96e609dfa334a3b43b90a59a275399d0ac78 (patch) | |
| tree | c2d61fd2c89b498ab59dacf39e67fa9e13d99d60 /src/modules/m_inviteexception.cpp | |
| parent | Remove the root checks from the helper script. (diff) | |
Update mkdescriptions for the new YAML module documentation.
Diffstat (limited to 'src/modules/m_inviteexception.cpp')
| -rw-r--r-- | src/modules/m_inviteexception.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_inviteexception.cpp b/src/modules/m_inviteexception.cpp index 604c144e4..b34be2be9 100644 --- a/src/modules/m_inviteexception.cpp +++ b/src/modules/m_inviteexception.cpp @@ -88,7 +88,7 @@ public: Version GetVersion() CXX11_OVERRIDE { - return Version("Adds channel mode I (invex) which allows channel operators to exempt user masks from the i (inviteonly) channel mode.", VF_VENDOR); + return Version("Adds channel mode I (invex) which allows channel operators to exempt user masks from channel mode i (inviteonly).", VF_VENDOR); } }; |
