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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user