Add mode +B on login

This commit is contained in:
Yash Karandikar 2021-07-09 12:36:17 -05:00
parent fbd5595203
commit 9ecfa6765e
Signed by: karx
GPG key ID: A794DA2529474BA5

View file

@ -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),