diff options
author | Sadie Powell <sadie@witchery.services> | 2025-05-10 11:50:40 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2025-05-10 11:50:40 +0100 |
commit | f36b311f8410c2676cbcd7815afce56a88cd9b5f (patch) | |
tree | 736e9b0279bda717f2263ab0d533c2ef899fcea6 /data | |
parent | fec85376e7b79c8e7675ebc3e798a57998461928 (diff) |
Add a note to irc2sql about using rpc_data instead.
Diffstat (limited to 'data')
-rw-r--r-- | data/anope.example.conf | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/data/anope.example.conf b/data/anope.example.conf index ca7c70a20..0de53533c 100644 --- a/data/anope.example.conf +++ b/data/anope.example.conf @@ -1403,10 +1403,17 @@ include } /* - * IRC2SQL Gateway + * [DEPRECATED] IRC2SQL Gateway + * * This module collects data about users, channels and servers. It doesn't build stats * itself, however, it gives you the database, it's up to you how you use it. * + * This module is deprecated in favour of the RPC interface and the rpc_data + * module. This should provide almost all of the same information as irc2sql but + * without requiring MySQL and with much better performance. If you have a use + * case which is not covered by rpc_data then please open an issue so we can + * extend rpc_data before irc2sql is removed. + * * Requires a MySQL Database and MySQL version 5.5 or higher */ #include |