X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fm_classban.cpp;h=824119c5e232ca952faf9259cf17130a94efe8ae;hb=3151d60c1ecc9462e4c335282ee6c31672f45111;hp=c8fb422b344b04a9a1b2c216decd94f4c946b042;hpb=e59cb85871f75b7603c63c6cd274d57536cf6794;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_classban.cpp b/src/modules/m_classban.cpp index c8fb422b3..824119c5e 100644 --- a/src/modules/m_classban.cpp +++ b/src/modules/m_classban.cpp @@ -1,7 +1,8 @@ /* * InspIRCd -- Internet Relay Chat Daemon * - * Copyright (C) 2016 Johanna Abrahamsson + * Copyright (C) 2019 Robby + * Copyright (C) 2016 Johanna A * * 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 @@ -40,7 +41,7 @@ class ModuleClassBan : public Module Version GetVersion() CXX11_OVERRIDE { - return Version("Provides extban 'n', connection class bans", VF_VENDOR | VF_OPTCOMMON); + return Version("Adds the n extended ban which check whether users are in a connect class matching the specified glob pattern.", VF_VENDOR | VF_OPTCOMMON); } };