diff --git a/src/main.rs b/src/main.rs index 7efb9ea..627088b 100644 --- a/src/main.rs +++ b/src/main.rs @@ -12,6 +12,7 @@ async fn main() -> Result<(), failure::Error> { let config = Config { nickname: Some("titlebot".to_owned()), + umodes: Some("+B".to_owned()), server: Some("192.168.254.28".to_owned()), channels: vec!["#no-normies".to_owned(), "#main".to_owned(), "#aksmp".to_owned(), "#aksmp-mc".to_owned()], port: Some(6667 as u16),