From 14e1d1f844c89e14cac24799c80af47ed6767cf2 Mon Sep 17 00:00:00 2001 From: Peter Powell Date: Mon, 11 Mar 2019 00:21:16 +0000 Subject: Replace the geoip module with geo_maxmind, geoban, and geoclass. MaxMind have EOL'd the library that the geoip module uses and have replaced it with libmaxminddb. The geoip module has been split into geo_maxmind which provides geolocation data, geoban which provides location-based channel bans, and geoclass which is used to filter a user into a connect class based on location. --- docs/conf/helpop.conf.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/conf/helpop.conf.example') diff --git a/docs/conf/helpop.conf.example b/docs/conf/helpop.conf.example index 8c8ab12d9..059de40b7 100644 --- a/docs/conf/helpop.conf.example +++ b/docs/conf/helpop.conf.example @@ -1044,7 +1044,7 @@ Y Show connection classes O Show opertypes and the allowed user and channel modes it can set E Show socket engine events S Show currently held registered nicknames -G Show how many local users are connected from each country according to GeoIP +G Show how many local users are connected from each country Note that all /STATS use is broadcast to online IRC operators."> -- cgit v1.2.3