]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_sha1.cpp
Move linuxdaemon and Sheogorath to former contributors.
[user/henk/code/inspircd.git] / src / modules / m_sha1.cpp
index 5d79b9492fecdf1220d035c538579efa2bc59616..4a577aef220dc0118725de188c4a072d166e0fb5 100644 (file)
@@ -167,7 +167,7 @@ class SHA1HashProvider : public HashProvider
 {
  public:
        SHA1HashProvider(Module* mod)
-               : HashProvider(mod, "hash/sha1", 20, 64)
+               : HashProvider(mod, "sha1", 20, 64)
        {
        }
 
@@ -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);
        }
 };