1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-06-26 12:16:37 +02:00
Files
unrealircd/include
Bram Matthys cc75840189 Add unicode_count() crule, e.g. unicode_count('Emoticons')
This will return the number of characters that are in the unicode block
with that name.

spamfilter {
	rule "unicode_count('Emoticons')>2";
	target { private; channel; private-notice; channel-notice; }
	action block;
	reason "Too much emotion";
}

In this commit we also make it so we pass the ClientContext (including
clictx->textanalysis) in crule_context.
2025-03-23 18:14:32 +01:00
..
2025-03-21 15:31:44 +01:00
2000-02-28 22:45:44 +00:00
2004-05-13 16:39:23 +00:00
2025-03-07 14:41:41 +01:00