]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_commonchans.cpp
Implement support for multi-prefix on WHOIS.
[user/henk/code/inspircd.git] / src / modules / m_commonchans.cpp
index 1e9ca3fee3bf347c6ea0a6f4cf5ab15b102c909b..23a1472c2ac2f387046a4f7d9717e04f13df5d6a 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * InspIRCd -- Internet Relay Chat Daemon
  *
- *   Copyright (C) 2013, 2017, 2019 Sadie Powell <sadie@witchery.services>
+ *   Copyright (C) 2013, 2017, 2019-2020 Sadie Powell <sadie@witchery.services>
  *   Copyright (C) 2012, 2019 Robby <robby@chatbelgie.be>
  *   Copyright (C) 2012 Attila Molnar <attilamolnar@hush.com>
  *   Copyright (C) 2009-2010 Daniel De Graaf <danieldg@inspircd.org>
@@ -56,7 +56,7 @@ class ModuleCommonChans
 
        Version GetVersion() CXX11_OVERRIDE
        {
-               return Version("Provides user mode +c, requires users to share a common channel with you to private message you", VF_VENDOR);
+               return Version("Adds user mode c (deaf_commonchan) which requires users to have a common channel before they can privately message each other.", VF_VENDOR);
        }
 
        ModResult OnUserPreMessage(User* user, const MessageTarget& target, MessageDetails& details) CXX11_OVERRIDE