X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fm_bcrypt.cpp;h=04cb06b087ce99eafc2e8bf45c6b8a6ad390cb97;hb=7488b2de62811d7f831e84fb0aeac2345a7f9ee9;hp=d930c8c5d426366b3138652339596a96468593b5;hpb=aa692dc1039b63deef7886e914ec499abe7facaf;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_bcrypt.cpp b/src/modules/m_bcrypt.cpp index d930c8c5d..04cb06b08 100644 --- a/src/modules/m_bcrypt.cpp +++ b/src/modules/m_bcrypt.cpp @@ -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); } };