[fix] Forward

This commit is contained in:
lkeme 2021-06-25 11:49:28 +08:00
parent 40b8773990
commit 32b37b7fe3
3 changed files with 5 additions and 2 deletions

View File

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

View File

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

View File

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