]> 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 59ee1556cd085c5f6d50d11b4bfbacc53c33c235..04cb06b087ce99eafc2e8bf45c6b8a6ad390cb97 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * InspIRCd -- Internet Relay Chat Daemon
  *
- *   Copyright (C) 2013 Daniel Vassdal <shutter@canternet.org>
+ *   Copyright (C) 2017-2018 Sadie Powell <sadie@witchery.services>
+ *   Copyright (C) 2014 Daniel Vassdal <shutter@canternet.org>
  *
  * 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);
        }
 };