This commit is contained in:
parent
5ecfe74825
commit
65d475e55c
@ -323,7 +323,10 @@ pub fn c_bot(c: &Context) {
|
||||
let dd = "\n".to_owned() + &d.to_string();
|
||||
let text_limit = c_char(dd);
|
||||
handlev = d.lines().collect::<Vec<_>>()[0].to_string();
|
||||
if d.lines().collect::<Vec<_>>().len() != 0 {
|
||||
let ten_l = d.lines().collect::<Vec<_>>().len();
|
||||
if ten_l == 0 {
|
||||
println!("{}", ten_l);
|
||||
} else {
|
||||
ten_p = d.lines().collect::<Vec<_>>()[1];
|
||||
}
|
||||
if ten_p != "true" {
|
||||
|
Loading…
Reference in New Issue
Block a user