From de0439408529a257f975e613a9ac6b31926844f6 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Thu, 2 May 2024 00:01:14 +0500 Subject: upd: "oauth:" isnt needed to log in to irc --- src/irc/client.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/irc/client.cpp b/src/irc/client.cpp index dde9a5c..d6bf60f 100644 --- a/src/irc/client.cpp +++ b/src/irc/client.cpp @@ -124,7 +124,7 @@ void Client::authorize() { std::cout << "Authorizing on Twitch IRC servers...\n"; - this->raw("PASS " + this->password); + this->raw("PASS oauth:" + this->password); this->raw("NICK " + this->username); this->raw("CAP REQ :twitch.tv/membership"); this->raw("CAP REQ :twitch.tv/commands"); -- cgit v1.2.3