1
0
mirror of https://github.com/anope/anope.git synced 2026-07-02 06:26:38 +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 -1
View File
@@ -26,7 +26,7 @@ class IRC2SQL : public Module
SQL::Query query;
std::vector<Anope::string> TableList, ProcedureList, EventList;
Anope::string prefix, GeoIPDB;
bool quitting, introduced_myself, UseGeoIP, ctcpuser, ctcpeob, firstrun;
bool quitting, introduced_myself, ctcpuser, ctcpeob, firstrun;
BotInfo *StatServ;
PrimitiveExtensibleItem<bool> versionreply;