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

Commit ee3c41a

Browse files
Enable should_ghost for playbot
1 parent bca414b commit ee3c41a

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
@@ -232,6 +232,7 @@ 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),
235236
server: Some(String::from(server_addr)),
236237
port: server.get("port").map(|val| {
237238
let port = val.as_integer().unwrap();

0 commit comments

Comments
 (0)