]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_hidemode.cpp
Release v3.8.0.
[user/henk/code/inspircd.git] / src / modules / m_hidemode.cpp
index 73a7890806cf9a4d93d19495c7fdb5845bf57219..66e70fb892352f2b090ff6b2e1d1ec8c60c83d31 100644 (file)
@@ -1,7 +1,10 @@
 /*
  * InspIRCd -- Internet Relay Chat Daemon
  *
- *   Copyright (C) 2016 Attila Molnar <attilamolnar@hush.com>
+ *   Copyright (C) 2019 Matt Schatz <genius3000@g3k.solutions>
+ *   Copyright (C) 2018 linuxdaemon <linuxdaemon.irc@gmail.com>
+ *   Copyright (C) 2018 Sadie Powell <sadie@witchery.services>
+ *   Copyright (C) 2018 Attila Molnar <attilamolnar@hush.com>
  *
  * 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
@@ -198,7 +201,7 @@ class ModuleHideMode : public Module
 
        Version GetVersion() CXX11_OVERRIDE
        {
-               return Version("Provides support for hiding mode changes", VF_VENDOR);
+               return Version("Allows mode changes to be hidden from users without a prefix mode ranked equal to or higher than a defined level.", VF_VENDOR);
        }
 };