aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_inviteexception.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2021-08-17 16:17:00 +0100
committerGravatar Sadie Powell2021-08-17 16:20:37 +0100
commit0c96682d889ccc38d12f9764110b280d03acb41e (patch)
tree592607785ba02e1da0e683fae024cb5960d0e2f9 /src/modules/m_inviteexception.cpp
parentAdd a detach method that takes an Implementation array. (diff)
parentFix not parsing headers properly in the HTTP module. (diff)
Merge branch 'insp3' into master.
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 205d67ffe..15087d60b 100644
--- a/src/modules/m_inviteexception.cpp
+++ b/src/modules/m_inviteexception.cpp
@@ -53,7 +53,7 @@ class ModuleInviteException
public:
ModuleInviteException()
- : Module(VF_VENDOR, "Adds channel mode I (invex) which allows channel operators to exempt user masks from the i (inviteonly) channel mode.")
+ : Module(VF_VENDOR, "Adds channel mode I (invex) which allows channel operators to exempt user masks from channel mode i (inviteonly).")
, ISupport::EventListener(this)
, ie(this)
{