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 | |
| parent | 4d9273efa42a16380de8ac81c615eaac89052f68 (diff) | |
Made the chanstats confs try and look similar to every other configuration file
Diffstat (limited to 'data')
| -rw-r--r-- | data/chanstats.example.conf | 5 | ||||
| -rw-r--r-- | data/irc2sql.example.conf | 15 |
2 files changed, 6 insertions, 14 deletions
diff --git a/data/chanstats.example.conf b/data/chanstats.example.conf index ed7a07c8c..64f57da30 100644 --- a/data/chanstats.example.conf +++ b/data/chanstats.example.conf @@ -26,10 +26,9 @@ module /* * Enable Chanstats for newly registered nicks / channels. - * Set it to No to disable it. */ - NSDefChanstats = Yes - CSDefChanstats = Yes + ns_def_chanstats = yes + cs_def_chanstats = yes } command { service = "ChanServ"; name = "SET CHANSTATS"; command = "chanserv/set/chanstats"; } command { service = "NickServ"; name = "SET CHANSTATS"; command = "nickserv/set/chanstats"; } 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 |
