From 1027ec667a84b918f21b57fc4842bf6bb818105e Mon Sep 17 00:00:00 2001 From: Adam Date: Tue, 21 Jan 2014 17:33:57 -0500 Subject: Made the chanstats confs try and look similar to every other configuration file --- modules/extra/stats/irc2sql/irc2sql.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'modules/extra/stats/irc2sql/irc2sql.cpp') diff --git a/modules/extra/stats/irc2sql/irc2sql.cpp b/modules/extra/stats/irc2sql/irc2sql.cpp index e5d94fec9..d20e1a420 100644 --- a/modules/extra/stats/irc2sql/irc2sql.cpp +++ b/modules/extra/stats/irc2sql/irc2sql.cpp @@ -12,8 +12,7 @@ void IRC2SQL::OnReload(Configuration::Conf *conf) { Configuration::Block *block = Config->GetModule(this); prefix = block->Get("prefix", "anope_"); - UseGeoIP = block->Get("GeoIPLookup", "no"); - GeoIPDB = block->Get("GeoIPDatabase", "country"); + GeoIPDB = block->Get("geoip_database"); ctcpuser = block->Get("ctcpuser", "no"); ctcpeob = block->Get("ctcpeob", "yes"); Anope::string engine = block->Get("engine"); -- cgit