[fix] Forward

This commit is contained in:
Lkeme 2021-06-25 11:49:28 +08:00
parent b2005b1ad6
commit fd670bbe3e
3 changed files with 5 additions and 2 deletions

View File

@ -145,7 +145,7 @@ bp2gold = false
enable = false
clear_dynamic = false
clear_group_follow = false
min_fans_num = 1001
min_fans_num = 4999
auto_reply_text =
filter_words =

View File

@ -637,7 +637,9 @@
"无损wav",
"mp3使用权",
"wav使用权",
"曲谱"
"曲谱",
"抽个寂寞",
"儿子"
],
"uid_list": [
28008897,

View File

@ -287,6 +287,7 @@ class Forward
$msg = array_pop($data);
}
Log::info("已将自动回复改为\"{$msg}\"");
return $msg;
}
}