This commit is contained in:
Submodule .config/ai/scpt updated: ca91a08915...c3f544d54c
@@ -436,7 +436,7 @@ pub fn c_bot(c: &Context) {
|
|||||||
.arg(&uri_root)
|
.arg(&uri_root)
|
||||||
.arg(&host)
|
.arg(&host)
|
||||||
.arg(&avatar)
|
.arg(&avatar)
|
||||||
.arg(&prompt_chat)
|
.arg(&prompt_sub)
|
||||||
.output()
|
.output()
|
||||||
.expect("zsh");
|
.expect("zsh");
|
||||||
let d = String::from_utf8_lossy(&output.stdout);
|
let d = String::from_utf8_lossy(&output.stdout);
|
||||||
@@ -982,7 +982,7 @@ pub fn c_bot_feed(c: &Context) {
|
|||||||
.await;
|
.await;
|
||||||
println!("{}", str_rep);
|
println!("{}", str_rep);
|
||||||
w_cid(cid.to_string(), log_file(&"n1"), true);
|
w_cid(cid.to_string(), log_file(&"n1"), true);
|
||||||
} else if { com == "comment" || com == "/comment" } && handle == &admin {
|
} else if { com == "comment" || com == "/comment" } && handle == &admin && check_cid_comment == false {
|
||||||
println!("admin:{}", admin);
|
println!("admin:{}", admin);
|
||||||
let output = Command::new(data_scpt(&"ai"))
|
let output = Command::new(data_scpt(&"ai"))
|
||||||
.arg(&"atproto").arg(&"comment")
|
.arg(&"atproto").arg(&"comment")
|
||||||
@@ -994,7 +994,7 @@ pub fn c_bot_feed(c: &Context) {
|
|||||||
.arg(&uri_root)
|
.arg(&uri_root)
|
||||||
.arg(&host)
|
.arg(&host)
|
||||||
.arg(&avatar)
|
.arg(&avatar)
|
||||||
.arg(&prompt_chat)
|
.arg(&prompt_sub)
|
||||||
.output()
|
.output()
|
||||||
.expect("zsh");
|
.expect("zsh");
|
||||||
let d = String::from_utf8_lossy(&output.stdout);
|
let d = String::from_utf8_lossy(&output.stdout);
|
||||||
|
Reference in New Issue
Block a user