From 8e7d89dd400688964767cf4970117987bcc4af13 Mon Sep 17 00:00:00 2001 From: Rasmus Karlsson Date: Sun, 1 Apr 2018 14:56:05 +0200 Subject: [PATCH] Fix typo --- src/providers/twitch/twitchserver.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/providers/twitch/twitchserver.cpp b/src/providers/twitch/twitchserver.cpp index ddff5b554..1ea956910 100644 --- a/src/providers/twitch/twitchserver.cpp +++ b/src/providers/twitch/twitchserver.cpp @@ -17,7 +17,7 @@ namespace providers { namespace twitch { TwitchServer::TwitchServer() - : whispersChannel(new Channel("/mentions")) + : whispersChannel(new Channel("/whispers")) , mentionsChannel(new Channel("/mentions")) { AccountManager::getInstance().Twitch.userChanged.connect([this]() { //