X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fm_ircv3_batch.cpp;h=bbb78557dfdc1c90104e352b67526c93bead12e1;hb=ad797e3a77c69791c02db6d238817d3e23821dec;hp=91ff0b140360b1cf44342b5e6a6419b5bdf27b5a;hpb=9b35c4c78cb15bdae0431f1425983bc41150fee5;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_ircv3_batch.cpp b/src/modules/m_ircv3_batch.cpp index 91ff0b140..bbb78557d 100644 --- a/src/modules/m_ircv3_batch.cpp +++ b/src/modules/m_ircv3_batch.cpp @@ -1,7 +1,8 @@ /* * InspIRCd -- Internet Relay Chat Daemon * - * Copyright (C) 2016 Attila Molnar + * Copyright (C) 2018-2019 Sadie Powell + * Copyright (C) 2018 Attila Molnar * * 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 @@ -212,7 +213,7 @@ class ModuleIRCv3Batch : public Module Version GetVersion() CXX11_OVERRIDE { - return Version("Provides the batch IRCv3 extension", VF_VENDOR); + return Version("Provides the IRCv3 batch client capability.", VF_VENDOR); } };