+B flag (for Bot ident

master
const an teen 2021-06-07 18:34:33 +03:00
parent 141531f20f
commit f60202fa4f
1 changed files with 1 additions and 0 deletions

View File

@ -127,6 +127,7 @@ void TcpSyncClient::connect_to_server()
write("PRIVMSG NICKSERV IDENTIFY " + params["password"]);
}
write("JOIN " + params["channel"]);
write("MODE " + m_user + " +B"); // флаг бота
}
void TcpSyncClient::start()