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

Commit 62a71cc

Browse files
authored
Merge pull request #232 from jonas-schievink/spooky
Enable `should_ghost` for playbot
2 parents bca414b + ac68a13 commit 62a71cc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/bin/playbot.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,8 @@ fn main() {
232232
let conf = Config {
233233
nickname: Some(String::from(nick.as_str().unwrap())),
234234
nick_password: server.get("password").map(|val| String::from(val.as_str().unwrap())),
235+
should_ghost: Some(true),
236+
ghost_sequence: Some(vec!["RECOVER".to_string()]),
235237
server: Some(String::from(server_addr)),
236238
port: server.get("port").map(|val| {
237239
let port = val.as_integer().unwrap();

0 commit comments

Comments
 (0)