Fix typo
This commit is contained in:
@@ -17,7 +17,7 @@ namespace providers {
|
|||||||
namespace twitch {
|
namespace twitch {
|
||||||
|
|
||||||
TwitchServer::TwitchServer()
|
TwitchServer::TwitchServer()
|
||||||
: whispersChannel(new Channel("/mentions"))
|
: whispersChannel(new Channel("/whispers"))
|
||||||
, mentionsChannel(new Channel("/mentions"))
|
, mentionsChannel(new Channel("/mentions"))
|
||||||
{
|
{
|
||||||
AccountManager::getInstance().Twitch.userChanged.connect([this]() { //
|
AccountManager::getInstance().Twitch.userChanged.connect([this]() { //
|
||||||
|
|||||||
Reference in New Issue
Block a user