diff options
| author | Adam <Adam@anope.org> | 2011-08-27 16:14:04 -0400 |
|---|---|---|
| committer | Adam <Adam@anope.org> | 2011-08-27 16:14:04 -0400 |
| commit | 309dfa36e7bf65a3e0bc1a52bcf5b818493e8cd3 (patch) | |
| tree | 4ed7e52a0550d363837d6c4f24889cdeed01ff13 /data | |
| parent | 5c57f5aa0b515792d860e9706def3b0345f92fd2 (diff) | |
Fixed a few mysql problems, including bug #1326
Diffstat (limited to 'data')
| -rw-r--r-- | data/example.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/data/example.conf b/data/example.conf index d663c8780..4129b94db 100644 --- a/data/example.conf +++ b/data/example.conf @@ -985,6 +985,9 @@ db_plain * * 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. + * + * db_mysql provides the command operserv/sqlsync, which is used for importing other database + * methods into MySQL. */ #module { name = "db_mysql" } #module { name = "db_mysql_live" } |
