Will now also remove the messages when the timeout occurs, it's a bad implementation of it though, should be better

This commit is contained in:
apa420 2019-04-15 22:55:10 +02:00
parent 562bdae09f
commit ac9106e2f5

View file

@ -203,6 +203,10 @@ void IrcMessageHandler::handleClearChatMessage(Communi::IrcMessage *message)
// refresh all
app->windows->repaintVisibleChatWidgets(chan.get());
if (getSettings()->removeModerated)
{
app->windows->forceLayoutChannelViews();
}
}
void IrcMessageHandler::handleUserStateMessage(Communi::IrcMessage *message)