1
0

fix
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 5s

This commit is contained in:
syui 2024-04-26 22:28:47 +09:00
parent 94319adb31
commit 602b563efd
Signed by: syui
GPG Key ID: 5417CFEBAD92DF56
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit d06b0df7125fa387b16894ec79b6343040fae225 Subproject commit 1ef638646a11e9ff6cc0aac0813bd808d4163361

View File

@ -510,7 +510,7 @@ pub fn c_bot(c: &Context) {
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_uri_comment == false { } else if { com == "comment" || com == "/comment" } && { handle == &admin || handle == "yui.bsky.social" } && check_uri_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")