mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-09 19:53:12 +02:00
Update central spamreport, https://www.unrealircd.org/docs/Central_spamreport
set::central-blocklist::spamreport and ::spamreport-enabled are now GONE.
We now require a normal spamreport block, just like for other spamreport
functionality. So, if you want to enable this feature, use:
spamreport unrealircd { type central-spamreport; }
See https://www.unrealircd.org/docs/Central_spamreport for all info.
You can use CBL with central spamreport or central spamreport without CBL.
All explained at that URL.
This commit is contained in:
@@ -2685,6 +2685,8 @@ enum EfunctionType {
|
||||
EFUNC_CRULE_ERRSTRING,
|
||||
EFUNC_BAN_ACT_SET_REPUTATION,
|
||||
EFUNC_GET_CENTRAL_API_KEY,
|
||||
EFUNC_CENTRAL_SPAMREPORT,
|
||||
EFUNC_CENTRAL_SPAMREPORT_ENABLED,
|
||||
};
|
||||
|
||||
/* Module flags */
|
||||
|
||||
Reference in New Issue
Block a user