X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fm_bcrypt.cpp;h=04cb06b087ce99eafc2e8bf45c6b8a6ad390cb97;hb=7488b2de62811d7f831e84fb0aeac2345a7f9ee9;hp=59ee1556cd085c5f6d50d11b4bfbacc53c33c235;hpb=77730fd5f09f8fc193205654c8bba84d34365670;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_bcrypt.cpp b/src/modules/m_bcrypt.cpp index 59ee1556c..04cb06b08 100644 --- a/src/modules/m_bcrypt.cpp +++ b/src/modules/m_bcrypt.cpp @@ -1,7 +1,8 @@ /* * InspIRCd -- Internet Relay Chat Daemon * - * Copyright (C) 2013 Daniel Vassdal + * Copyright (C) 2017-2018 Sadie Powell + * Copyright (C) 2014 Daniel Vassdal * * This file is part of InspIRCd. InspIRCd is free software: you can * redistribute it and/or modify it under the terms of the GNU General Public @@ -95,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); } };