aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_inviteexception.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2021-08-04 03:08:39 +0100
committerGravatar Sadie Powell2021-08-04 03:08:39 +0100
commit719a96e609dfa334a3b43b90a59a275399d0ac78 (patch)
treec2d61fd2c89b498ab59dacf39e67fa9e13d99d60 /src/modules/m_inviteexception.cpp
parentRemove 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.cpp2
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);
}
};