Skip to content
This repository was archived by the owner on Jun 27, 2018. It is now read-only.

Commit ac68a13

Browse files
Set a working ghost sequence
1 parent ee3c41a commit ac68a13

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bin/playbot.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@ fn main() {
233233
nickname: Some(String::from(nick.as_str().unwrap())),
234234
nick_password: server.get("password").map(|val| String::from(val.as_str().unwrap())),
235235
should_ghost: Some(true),
236+
ghost_sequence: Some(vec!["RECOVER".to_string()]),
236237
server: Some(String::from(server_addr)),
237238
port: server.get("port").map(|val| {
238239
let port = val.as_integer().unwrap();

0 commit comments

Comments
 (0)