X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fm_modenotice.cpp;h=0d29657d5fdf2e2ac8fe9dd1af3f1ec9668332dd;hb=e4560ecec44e74cff7b31695114a3b52304beac3;hp=061933323f9cebb751021c57e48163bc06b38957;hpb=e57d1b19ff4823b7885eb7f4d3b37c84d2edca0e;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_modenotice.cpp b/src/modules/m_modenotice.cpp index 061933323..0d29657d5 100644 --- a/src/modules/m_modenotice.cpp +++ b/src/modules/m_modenotice.cpp @@ -1,7 +1,10 @@ /* * InspIRCd -- Internet Relay Chat Daemon * - * Copyright (C) 2009 Daniel De Graaf + * Copyright (C) 2018 Sadie Powell + * Copyright (C) 2013-2014 Attila Molnar + * Copyright (C) 2012, 2019 Robby + * Copyright (C) 2009-2010 Daniel De Graaf * * 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 @@ -65,7 +68,7 @@ class ModuleModeNotice : public Module Version GetVersion() CXX11_OVERRIDE { - return Version("Provides the MODENOTICE command", VF_VENDOR); + return Version("Adds the /MODENOTICE command which sends a message to all users with the specified user modes set.", VF_VENDOR); } };