diff options
author | Adam <Adam@anope.org> | 2011-02-25 21:41:08 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2011-02-25 21:41:08 -0500 |
commit | c38b6392c5956628f51faaa6085367dd32199e61 (patch) | |
tree | 8933d0997016756b15e10a7ad88a5d51c04d841e /data | |
parent | ee387569821b45581063f6bc349cccc643f9a293 (diff) |
More fixes. Also made db_mysql_live not keep bots updated because thats pointless and made m_asynch_commands respect user language settings.
Diffstat (limited to 'data')
-rw-r--r-- | data/example.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/example.conf b/data/example.conf index 3eb1c0125..4d5361b9e 100644 --- a/data/example.conf +++ b/data/example.conf @@ -290,8 +290,8 @@ options * For information on how to make db_mysql_live use asynchronous queries see * m_async_commands. * - * At this time db_mysql_live only supports pulling data in real time from the four - * main tables: anope_bs_core, anope_cs_info, anope_ns_alias, and anope_ns_core. + * At this time db_mysql_live only supports pulling data in real time from the three + * main tables: anope_cs_info, anope_ns_alias, and anope_ns_core. * */ database = "db_plain" |