+B flag...

master
const an teen 2021-06-07 18:40:15 +03:00
parent f60202fa4f
commit 7a83a95a2f
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"]);
read_answer();
write("MODE " + m_user + " +B"); // флаг бота
}