diff options
author | Adam <Adam@anope.org> | 2014-01-21 17:33:57 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2014-01-21 17:33:57 -0500 |
commit | 1027ec667a84b918f21b57fc4842bf6bb818105e (patch) | |
tree | fc8f137c2f5cc1bc471f7b9c104a4c7d0eecac2c /data/irc2sql.example.conf | |
parent | 4d9273efa42a16380de8ac81c615eaac89052f68 (diff) |
Made the chanstats confs try and look similar to every other configuration file
Diffstat (limited to 'data/irc2sql.example.conf')
-rw-r--r-- | data/irc2sql.example.conf | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/data/irc2sql.example.conf b/data/irc2sql.example.conf index 25327387b..e8fec08b1 100644 --- a/data/irc2sql.example.conf +++ b/data/irc2sql.example.conf @@ -71,22 +71,15 @@ module prefix = "anope_" /* - * GeoIP - Automagically add a users geoip to the user table. + * GeoIP - Automatically adds users geoip location to the user table. * Tables are created by irc2sql, you have to run the * geoipupdate script after you started Anope to download * and import the GeoIP database. - */ - - /* - * Enable GeoIP Lookup - */ - GeoIPLookup = yes - - /* - * Chose between the smaller 'country' or the bigger 'city' database. * + * The geoip database can be the smaller "country" database or the + * larger "city" database. Comment to disable geoip lookup. */ - GeoIPDatabase = "country" + geoip_database = "country" /* * Get the CTCP version from users |