X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fm_classban.cpp;h=89cbf0efebc48df808118689ed6418a0def9abb8;hb=a30a0074edac353cb60e134b43fa8ff0ffb67f8b;hp=824119c5e232ca952faf9259cf17130a94efe8ae;hpb=4a6fedd9324d87349a806c9c1d0ae6e7d3c1fd38;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_classban.cpp b/src/modules/m_classban.cpp index 824119c5e..89cbf0efe 100644 --- a/src/modules/m_classban.cpp +++ b/src/modules/m_classban.cpp @@ -1,7 +1,7 @@ /* * InspIRCd -- Internet Relay Chat Daemon * - * Copyright (C) 2019 Robby + * Copyright (C) 2020 Sadie Powell * Copyright (C) 2016 Johanna A * * This file is part of InspIRCd. InspIRCd is free software: you can @@ -41,7 +41,7 @@ class ModuleClassBan : public Module Version GetVersion() CXX11_OVERRIDE { - 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); + 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); } };