This commit is contained in:
Submodule .config/ai/scpt updated: 70595e1951...e381d4c461
@ -542,6 +542,10 @@ pub fn c_bot_feed(c: &Context) {
|
||||
if !n[i].post.record.text.is_none() {
|
||||
text = &n[i].post.record.text.as_ref().unwrap();
|
||||
}
|
||||
//let mut reason = false;
|
||||
//if !n[i].post.record.reply.is_none() {
|
||||
// reason = true;
|
||||
//}
|
||||
let vec: Vec<&str> = text.split_whitespace().collect();
|
||||
let handlev: Vec<&str> = handle.split('.').collect();
|
||||
let mut handlev = handlev[0].trim().to_string();
|
||||
|
Reference in New Issue
Block a user