refactor: add Channel::addSystemMessage function (#5500)
This commit is contained in:
@@ -554,8 +554,7 @@ QString CommandController::execCommand(const QString &textNoEmoji,
|
||||
|
||||
if (!dryRun && channel->getType() == Channel::Type::TwitchWhispers)
|
||||
{
|
||||
channel->addMessage(
|
||||
makeSystemMessage("Use /w <username> <message> to whisper"));
|
||||
channel->addSystemMessage("Use /w <username> <message> to whisper");
|
||||
return "";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user