]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_ircv3_chghost.cpp
Replace all references to IRCv3.2 with IRCv3.
[user/henk/code/inspircd.git] / src / modules / m_ircv3_chghost.cpp
index aa53612cb60533113d3ed83e967a3bec95baedf3..fd142803f2444db8ac1681e4b474a56f4c14d0bd 100644 (file)
@@ -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);
        }
 };