mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-05 04:33:13 +02:00
Add spamfilter { input-conversion confusables; ..... } for UTF8 conversion
of lookalike characters to simple latin characters. Also add SPAMINFO command so you can see the result of the conversion.
This commit is contained in:
@@ -1252,6 +1252,7 @@ struct NameBan {
|
||||
|
||||
#define INPUT_CONVERSION_STRIP_CONTROL_CODES 0x1
|
||||
#define INPUT_CONVERSION_DEFAULT (INPUT_CONVERSION_STRIP_CONTROL_CODES)
|
||||
#define INPUT_CONVERSION_CONFUSABLES 0x2
|
||||
|
||||
/** Spamfilter sub-struct of TKL entry (Spamfilter) */
|
||||
struct Spamfilter {
|
||||
|
||||
Reference in New Issue
Block a user