]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_chgident.cpp
Hide the server name/desc better when <options:hideserver> is set.
[user/henk/code/inspircd.git] / src / modules / m_chgident.cpp
index e16e32cb74ec4212c0ace1670040cc4257e1c406..5abb79a2baff5e7c79e9648dda82919c922ee4bf 100644 (file)
@@ -90,7 +90,7 @@ public:
 
        Version GetVersion() CXX11_OVERRIDE
        {
-               return Version("Provides the CHGIDENT command", VF_OPTCOMMON | VF_VENDOR);
+               return Version("Adds the /CHGIDENT command which allows server operators to change the username (ident) of a user.", VF_OPTCOMMON | VF_VENDOR);
        }
 };