fixes #952 (replaced unused 'Notification' MessageFlag)

This commit is contained in:
moe-ka
2019-02-27 15:11:00 +00:00
committed by moka
parent bfa002d3a1
commit 89f3a3f3ea
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ void Channel::addMessage(MessagePtr message,
}
// FOURTF: change this when adding more providers
if (this->isTwitchChannel())
if (this->isTwitchChannel() && !overridingFlags->has(MessageFlag::Whisper))
{
app->logging->addMessage(this->name_, message);
}