diff options
Diffstat (limited to 'src/irc')
| -rw-r--r-- | src/irc/client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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"); |
