X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fm_geoban.cpp;h=63f7de6ac1b2f733dd299bf8f2b0c394f37f910f;hb=e94b673532f7833aaa4789f834e61d68e0b4fc56;hp=483c5a769c675635d4cd0b2066a1cd7c78ffdb22;hpb=44489ddf7e90413d8f656aea24d74445bab227af;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_geoban.cpp b/src/modules/m_geoban.cpp index 483c5a769..63f7de6ac 100644 --- a/src/modules/m_geoban.cpp +++ b/src/modules/m_geoban.cpp @@ -2,7 +2,7 @@ * InspIRCd -- Internet Relay Chat Daemon * * Copyright (C) 2020 Matt Schatz - * Copyright (C) 2019 Sadie Powell + * Copyright (C) 2019, 2021 Sadie Powell * * 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 @@ -44,7 +44,7 @@ class ModuleGeoBan Version GetVersion() CXX11_OVERRIDE { - return Version("Adds extended ban G which matches against two letter country codes.", VF_OPTCOMMON|VF_VENDOR); + return Version("Adds extended ban G: which matches against two letter country codes.", VF_OPTCOMMON|VF_VENDOR); } void On005Numeric(std::map& tokens) CXX11_OVERRIDE