Added continue for readability and removed to hide moderated messages
This commit is contained in:
@@ -203,7 +203,7 @@ void IrcMessageHandler::handleClearChatMessage(Communi::IrcMessage *message)
|
||||
|
||||
// refresh all
|
||||
app->windows->repaintVisibleChatWidgets(chan.get());
|
||||
if (getSettings()->removeModerated)
|
||||
if (getSettings()->hideModerated)
|
||||
{
|
||||
app->windows->forceLayoutChannelViews();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user