X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;ds=inline;f=src%2Fmodules%2Fm_password_hash.cpp;h=be892e0c65c5c1d05807a143e2e0774982fd5592;hb=ad797e3a77c69791c02db6d238817d3e23821dec;hp=2df3300a5ea4aed641c6bde26b0d9e35e395bf60;hpb=061a2e1aed3727b785976ea167cf2084d3e8f0f9;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_password_hash.cpp b/src/modules/m_password_hash.cpp index 2df3300a5..be892e0c6 100644 --- a/src/modules/m_password_hash.cpp +++ b/src/modules/m_password_hash.cpp @@ -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); } };