fanbinit 0205

This commit is contained in:
Lastorder-DC 2026-02-05 18:24:58 +09:00
parent ba8bbda74b
commit f343dff713
16 changed files with 47 additions and 24 deletions

View file

@ -141,7 +141,7 @@ class SpamfilterModel extends Spamfilter
if (strpos($custom_message, '%s') !== false)
{
$custom_message = sprintf($custom_message, escape($hit, false));
$custom_message = sprintf($custom_message, substr(sha1($word), 0, 7));
}
return new BaseObject(-1, $custom_message);