Modify pubsub functions to follow the Chatterino function style

This commit is contained in:
Rasmus Karlsson
2018-04-28 16:07:18 +02:00
parent 0f22d9d002
commit 01b2230bcf
6 changed files with 86 additions and 86 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ TwitchChannel::TwitchChannel(const QString &channelName, Communi::IrcConnection
auto account = app->accounts->Twitch.getCurrent();
if (account && !account->getUserId().isEmpty()) {
app->twitch.pubsub->ListenToChannelModerationActions(this->roomID, account);
app->twitch.pubsub->listenToChannelModerationActions(this->roomID, account);
}
};