]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_geoban.cpp
Update copyright headers.
[user/henk/code/inspircd.git] / src / modules / m_geoban.cpp
index 483c5a769c675635d4cd0b2066a1cd7c78ffdb22..63f7de6ac1b2f733dd299bf8f2b0c394f37f910f 100644 (file)
@@ -2,7 +2,7 @@
  * InspIRCd -- Internet Relay Chat Daemon
  *
  *   Copyright (C) 2020 Matt Schatz <genius3000@g3k.solutions>
- *   Copyright (C) 2019 Sadie Powell <sadie@witchery.services>
+ *   Copyright (C) 2019, 2021 Sadie Powell <sadie@witchery.services>
  *
  * 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<std::string, std::string>& tokens) CXX11_OVERRIDE