This commit is contained in:
parent
74f6aa9a85
commit
35cc5c54d7
@ -1 +1 @@
|
|||||||
Subproject commit c3f544d54cc422c0eb3d9ed6f8a2f1f9ccb46c80
|
Subproject commit 7c6278292f57410de103fb7b9b0fa92989cab14a
|
@ -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 && check_cid_comment == false {
|
} else if { com == "comment" || com == "/comment" } && handle == &admin {
|
||||||
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")
|
||||||
|
Loading…
Reference in New Issue
Block a user