diff options
Diffstat (limited to 'src/modules/extra/m_geo_maxmind.cpp')
-rw-r--r-- | src/modules/extra/m_geo_maxmind.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/extra/m_geo_maxmind.cpp b/src/modules/extra/m_geo_maxmind.cpp index 984a2c6cb..0d164baa0 100644 --- a/src/modules/extra/m_geo_maxmind.cpp +++ b/src/modules/extra/m_geo_maxmind.cpp @@ -154,7 +154,7 @@ class ModuleGeoMaxMind : public Module Version GetVersion() CXX11_OVERRIDE { - return Version("Provides Geolocation lookups using the libMaxMindDB library", VF_VENDOR); + return Version("Allows the server to perform geolocation lookups on both IP addresses and users.", VF_VENDOR); } void ReadConfig(ConfigStatus& status) CXX11_OVERRIDE |