added completion for default twitch commands

This commit is contained in:
fourtf
2018-06-24 13:56:56 +02:00
parent e1f2cb3355
commit 9a719dcd05
3 changed files with 21 additions and 0 deletions
+4
View File
@@ -69,6 +69,10 @@ void CompletionModel::refresh()
this->addString(command.name, TaggedString::Command);
}
for (auto &command : app->commands->getDefaultTwitchCommandList()) {
this->addString(command, TaggedString::Command);
}
// Channel-specific: Usernames
// fourtf: only works with twitch chat
// auto c = singletons::ChannelManager::getInstance().getTwitchChannel(this->channelName);