]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_chgname.cpp
Only assign NewServices once the duplicate check is done.
[user/henk/code/inspircd.git] / src / modules / m_chgname.cpp
index 0984b22a1236b137a5ff62d6714facf47bd4a383..dfd3c7d3b4b2e09251041252cdb0e4da38a491d4 100644 (file)
@@ -87,7 +87,7 @@ public:
 
        Version GetVersion() CXX11_OVERRIDE
        {
-               return Version("Provides the CHGNAME command", VF_OPTCOMMON | VF_VENDOR);
+               return Version("Adds the /CHGNAME command which allows server operators to change the real name (gecos) of a user.", VF_OPTCOMMON | VF_VENDOR);
        }
 };