]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Fix the name of the sha1 provider.
authorSadie Powell <sadie@witchery.services>
Fri, 4 Dec 2020 14:18:33 +0000 (14:18 +0000)
committerSadie Powell <sadie@witchery.services>
Fri, 4 Dec 2020 14:18:33 +0000 (14:18 +0000)
src/modules/m_sha1.cpp

index b27563db25aebf67c8933fafb3f4f5a193f0c9c6..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)
        {
        }