enable powershell !p
This commit is contained in:
parent
2db1b23dc3
commit
cccf9f9f21
@ -54,7 +54,7 @@ async fn main() -> Result<(), failure::Error> {
|
|||||||
|
|
||||||
println!("{:?}", cmd);
|
println!("{:?}", cmd);
|
||||||
|
|
||||||
/*
|
|
||||||
let out = cmd.output().unwrap();
|
let out = cmd.output().unwrap();
|
||||||
|
|
||||||
let output = String::from_utf8_lossy(&out.stdout);
|
let output = String::from_utf8_lossy(&out.stdout);
|
||||||
@ -64,7 +64,6 @@ async fn main() -> Result<(), failure::Error> {
|
|||||||
for l in lines {
|
for l in lines {
|
||||||
sender.send_privmsg(target, l)?;
|
sender.send_privmsg(target, l)?;
|
||||||
}
|
}
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user