]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_sha1.cpp
Only assign NewServices once the duplicate check is done.
[user/henk/code/inspircd.git] / src / modules / m_sha1.cpp
index 5d79b9492fecdf1220d035c538579efa2bc59616..b27563db25aebf67c8933fafb3f4f5a193f0c9c6 100644 (file)
@@ -193,7 +193,7 @@ class ModuleSHA1 : public Module
 
        Version GetVersion() CXX11_OVERRIDE
        {
-               return Version("Implements SHA-1 hashing", VF_VENDOR);
+               return Version("Allows other modules to generate SHA-1 hashes.", VF_VENDOR);
        }
 };