]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_password_hash.cpp
Update the module descriptions.
[user/henk/code/inspircd.git] / src / modules / m_password_hash.cpp
index 2df3300a5ea4aed641c6bde26b0d9e35e395bf60..be892e0c65c5c1d05807a143e2e0774982fd5592 100644 (file)
@@ -134,7 +134,7 @@ class ModulePasswordHash : public Module
 
        Version GetVersion() CXX11_OVERRIDE
        {
-               return Version("Adds the /MKPASSWD command which allows the generation of hashed passwords for use in the server configuration.", VF_VENDOR);
+               return Version("Allows passwords to be hashed and adds the /MKPASSWD command which allows the generation of hashed passwords for use in the server configuration.", VF_VENDOR);
        }
 };