From 9ecfa6765e4b49d90491b109cdcacb4e7776bc87 Mon Sep 17 00:00:00 2001 From: Yash Karandikar Date: Fri, 9 Jul 2021 12:36:17 -0500 Subject: [PATCH] Add mode +B on login --- src/main.rs | 1 + 1 file changed, 1 insertion(+) 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),