X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fmodules%2Fm_namesx.cpp;h=4f93da21ac16f4e341f0eb400bff98520155a76c;hb=3151d60c1ecc9462e4c335282ee6c31672f45111;hp=20b2d208e90bdac60e8940295b8afd68c701e9b3;hpb=72286cca740b374661a03d8544ca28d9237875ad;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_namesx.cpp b/src/modules/m_namesx.cpp index 20b2d208e..4f93da21a 100644 --- a/src/modules/m_namesx.cpp +++ b/src/modules/m_namesx.cpp @@ -2,11 +2,11 @@ * InspIRCd -- Internet Relay Chat Daemon * * Copyright (C) 2019 linuxdaemon - * Copyright (C) 2013, 2018-2019 Sadie Powell + * Copyright (C) 2013, 2018-2020 Sadie Powell * Copyright (C) 2012-2016 Attila Molnar * Copyright (C) 2012, 2019 Robby * Copyright (C) 2009-2010 Daniel De Graaf - * Copyright (C) 2007-2008 Dennis Friis + * Copyright (C) 2007 Dennis Friis * Copyright (C) 2006, 2008 Craig Edwards * * This file is part of InspIRCd. InspIRCd is free software: you can @@ -46,7 +46,7 @@ class ModuleNamesX Version GetVersion() CXX11_OVERRIDE { - return Version("Provides the NAMESX (CAP multi-prefix) capability", VF_VENDOR); + return Version("Provides the IRCv3 multi-prefix client capability.", VF_VENDOR); } void On005Numeric(std::map& tokens) CXX11_OVERRIDE