mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
fanbinit 0205
This commit is contained in:
parent
ba8bbda74b
commit
f343dff713
16 changed files with 47 additions and 24 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue