Merge pull request #979 from hemirt/whispers
do not disable whispers on clears and timeouts
This commit is contained in:
@@ -208,6 +208,7 @@ QString CommandController::execCommand(const QString &textNoEmoji,
|
||||
}
|
||||
|
||||
b->flags.set(MessageFlag::DoNotTriggerNotification);
|
||||
b->flags.set(MessageFlag::Whisper);
|
||||
auto messagexD = b.release();
|
||||
|
||||
app->twitch.server->whispersChannel->addMessage(messagexD);
|
||||
|
||||
Reference in New Issue
Block a user