]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_bcrypt.cpp
Allow enabling the message-tags cap without client-only tags.
[user/henk/code/inspircd.git] / src / modules / m_bcrypt.cpp
index d930c8c5d426366b3138652339596a96468593b5..04cb06b087ce99eafc2e8bf45c6b8a6ad390cb97 100644 (file)
@@ -96,7 +96,7 @@ class ModuleBCrypt : public Module
 
        Version GetVersion() CXX11_OVERRIDE
        {
-               return Version("Implements bcrypt hashing", VF_VENDOR);
+               return Version("Allows other modules to generate bcrypt hashes.", VF_VENDOR);
        }
 };