1
0
mirror of https://github.com/anope/anope.git synced 2026-06-25 06:56:40 +02:00

Made the chanstats confs try and look similar to every other configuration file

This commit is contained in:
Adam
2014-01-21 17:33:57 -05:00
parent 4d9273efa4
commit 1027ec667a
8 changed files with 21 additions and 36 deletions
+1 -2
View File
@@ -12,8 +12,7 @@ void IRC2SQL::OnReload(Configuration::Conf *conf)
{
Configuration::Block *block = Config->GetModule(this);
prefix = block->Get<const Anope::string>("prefix", "anope_");
UseGeoIP = block->Get<bool>("GeoIPLookup", "no");
GeoIPDB = block->Get<const Anope::string>("GeoIPDatabase", "country");
GeoIPDB = block->Get<const Anope::string>("geoip_database");
ctcpuser = block->Get<bool>("ctcpuser", "no");
ctcpeob = block->Get<bool>("ctcpeob", "yes");
Anope::string engine = block->Get<const Anope::string>("engine");