summaryrefslogtreecommitdiff
path: root/src/modules/m_geoban.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/m_geoban.cpp')
-rw-r--r--src/modules/m_geoban.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_geoban.cpp b/src/modules/m_geoban.cpp
index 483c5a769..49d309004 100644
--- a/src/modules/m_geoban.cpp
+++ b/src/modules/m_geoban.cpp
@@ -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