]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_password_hash.cpp
Release v3.8.0.
[user/henk/code/inspircd.git] / src / modules / m_password_hash.cpp
index d26ed3c220c27a4fe4c5037d271cfa8cda4d460f..2df3300a5ea4aed641c6bde26b0d9e35e395bf60 100644 (file)
@@ -134,7 +134,7 @@ class ModulePasswordHash : public Module
 
        Version GetVersion() CXX11_OVERRIDE
        {
-               return Version("Provides the ability to hash passwords to other modules", VF_VENDOR);
+               return Version("Adds the /MKPASSWD command which allows the generation of hashed passwords for use in the server configuration.", VF_VENDOR);
        }
 };