aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/m_ircv3_chghost.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/m_ircv3_chghost.cpp')
-rw-r--r--src/modules/m_ircv3_chghost.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_ircv3_chghost.cpp b/src/modules/m_ircv3_chghost.cpp
index ae849855e..df706334f 100644
--- a/src/modules/m_ircv3_chghost.cpp
+++ b/src/modules/m_ircv3_chghost.cpp
@@ -40,7 +40,7 @@ class ModuleIRCv3ChgHost final
IRCv3::WriteNeighborsWithCap(user, protoev, cap, true);
}
- public:
+public:
ModuleIRCv3ChgHost()
: Module(VF_VENDOR, "Provides the IRCv3 chghost client capability.")
, cap(this, "chghost")