add host
This commit is contained in:
parent
7b03adda1f
commit
97856f3765
@ -1 +1 @@
|
|||||||
Subproject commit bd22a134aa736b2f32d414a88f81bdfa084587ec
|
Subproject commit f1f1f67b612d758fe3beef7610c05b2a309ae96f
|
13
src/bot.rs
13
src/bot.rs
@ -10,6 +10,7 @@ use crate::reply_link;
|
|||||||
|
|
||||||
use crate::data::c_char;
|
use crate::data::c_char;
|
||||||
use crate::data::data_scpt;
|
use crate::data::data_scpt;
|
||||||
|
use crate::data::data_toml;
|
||||||
use crate::data::log_file;
|
use crate::data::log_file;
|
||||||
use crate::data::w_cid;
|
use crate::data::w_cid;
|
||||||
use crate::data::Notify;
|
use crate::data::Notify;
|
||||||
@ -22,7 +23,7 @@ pub fn c_bot(c: &Context) {
|
|||||||
notify = notify::get_request(100).await;
|
notify = notify::get_request(100).await;
|
||||||
}
|
}
|
||||||
let notify: Notify = serde_json::from_str(¬ify).unwrap();
|
let notify: Notify = serde_json::from_str(¬ify).unwrap();
|
||||||
|
let host = data_toml(&"host");
|
||||||
let n = notify.notifications;
|
let n = notify.notifications;
|
||||||
let length = &n.len();
|
let length = &n.len();
|
||||||
let su = 0..*length;
|
let su = 0..*length;
|
||||||
@ -143,6 +144,7 @@ pub fn c_bot(c: &Context) {
|
|||||||
.arg(&uri)
|
.arg(&uri)
|
||||||
.arg(&cid_root)
|
.arg(&cid_root)
|
||||||
.arg(&uri_root)
|
.arg(&uri_root)
|
||||||
|
.arg(&host)
|
||||||
.arg(&prompt)
|
.arg(&prompt)
|
||||||
.arg(&prompt_sub)
|
.arg(&prompt_sub)
|
||||||
.output()
|
.output()
|
||||||
@ -160,6 +162,7 @@ pub fn c_bot(c: &Context) {
|
|||||||
.arg(&uri)
|
.arg(&uri)
|
||||||
.arg(&cid_root)
|
.arg(&cid_root)
|
||||||
.arg(&uri_root)
|
.arg(&uri_root)
|
||||||
|
.arg(&host)
|
||||||
.arg(&prompt)
|
.arg(&prompt)
|
||||||
.arg(&prompt_sub)
|
.arg(&prompt_sub)
|
||||||
.output()
|
.output()
|
||||||
@ -180,6 +183,7 @@ pub fn c_bot(c: &Context) {
|
|||||||
.arg(&uri)
|
.arg(&uri)
|
||||||
.arg(&cid_root)
|
.arg(&cid_root)
|
||||||
.arg(&uri_root)
|
.arg(&uri_root)
|
||||||
|
.arg(&host)
|
||||||
.arg(&prompt)
|
.arg(&prompt)
|
||||||
.arg(&prompt_sub)
|
.arg(&prompt_sub)
|
||||||
.output()
|
.output()
|
||||||
@ -229,6 +233,7 @@ pub fn c_bot(c: &Context) {
|
|||||||
.arg(&uri)
|
.arg(&uri)
|
||||||
.arg(&cid_root)
|
.arg(&cid_root)
|
||||||
.arg(&uri_root)
|
.arg(&uri_root)
|
||||||
|
.arg(&host)
|
||||||
.arg(&prompt)
|
.arg(&prompt)
|
||||||
.arg(&prompt_sub)
|
.arg(&prompt_sub)
|
||||||
.output()
|
.output()
|
||||||
@ -260,6 +265,7 @@ pub fn c_bot(c: &Context) {
|
|||||||
.arg(&uri)
|
.arg(&uri)
|
||||||
.arg(&cid_root)
|
.arg(&cid_root)
|
||||||
.arg(&uri_root)
|
.arg(&uri_root)
|
||||||
|
.arg(&host)
|
||||||
.arg(&prompt)
|
.arg(&prompt)
|
||||||
.arg(&prompt_sub)
|
.arg(&prompt_sub)
|
||||||
.output()
|
.output()
|
||||||
@ -291,6 +297,7 @@ pub fn c_bot(c: &Context) {
|
|||||||
.arg(&uri)
|
.arg(&uri)
|
||||||
.arg(&cid_root)
|
.arg(&cid_root)
|
||||||
.arg(&uri_root)
|
.arg(&uri_root)
|
||||||
|
.arg(&host)
|
||||||
.arg(&prompt)
|
.arg(&prompt)
|
||||||
.arg(&prompt_sub)
|
.arg(&prompt_sub)
|
||||||
.output()
|
.output()
|
||||||
@ -320,6 +327,7 @@ pub fn c_bot(c: &Context) {
|
|||||||
.arg(&uri)
|
.arg(&uri)
|
||||||
.arg(&cid_root)
|
.arg(&cid_root)
|
||||||
.arg(&uri_root)
|
.arg(&uri_root)
|
||||||
|
.arg(&host)
|
||||||
.arg(&prompt)
|
.arg(&prompt)
|
||||||
.arg(&prompt_sub)
|
.arg(&prompt_sub)
|
||||||
.output()
|
.output()
|
||||||
@ -351,6 +359,7 @@ pub fn c_bot(c: &Context) {
|
|||||||
.arg(&uri)
|
.arg(&uri)
|
||||||
.arg(&cid_root)
|
.arg(&cid_root)
|
||||||
.arg(&uri_root)
|
.arg(&uri_root)
|
||||||
|
.arg(&host)
|
||||||
.arg(&prompt)
|
.arg(&prompt)
|
||||||
.arg(&prompt_sub)
|
.arg(&prompt_sub)
|
||||||
.output()
|
.output()
|
||||||
@ -383,6 +392,7 @@ pub fn c_bot(c: &Context) {
|
|||||||
.arg(&uri)
|
.arg(&uri)
|
||||||
.arg(&cid_root)
|
.arg(&cid_root)
|
||||||
.arg(&uri_root)
|
.arg(&uri_root)
|
||||||
|
.arg(&host)
|
||||||
.arg(&prompt)
|
.arg(&prompt)
|
||||||
.arg(&prompt_sub)
|
.arg(&prompt_sub)
|
||||||
.output()
|
.output()
|
||||||
@ -410,6 +420,7 @@ pub fn c_bot(c: &Context) {
|
|||||||
.arg(&uri)
|
.arg(&uri)
|
||||||
.arg(&cid_root)
|
.arg(&cid_root)
|
||||||
.arg(&uri_root)
|
.arg(&uri_root)
|
||||||
|
.arg(&host)
|
||||||
.arg(&prompt)
|
.arg(&prompt)
|
||||||
.arg(&prompt_sub)
|
.arg(&prompt_sub)
|
||||||
.output()
|
.output()
|
||||||
|
Loading…
Reference in New Issue
Block a user