summaryrefslogtreecommitdiff
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 aa53612cb..fd142803f 100644
--- a/src/modules/m_ircv3_chghost.cpp
+++ b/src/modules/m_ircv3_chghost.cpp
@@ -54,7 +54,7 @@ class ModuleIRCv3ChgHost : public Module
Version GetVersion() CXX11_OVERRIDE
{
- return Version("Provides the chghost IRCv3.2 extension", VF_VENDOR);
+ return Version("Provides the chghost IRCv3 extension", VF_VENDOR);
}
};