Ignore certain lines from the display

47 views
Skip to first unread message

Nick Hibma

unread,
Oct 20, 2016, 3:20:13 AM10/20/16
to LimeChat
I'd like to ignore the house keeping messages. I am on a few channels with lots of passive users logged in, and the 'has left' and 'connected' and 'nick changed' messages are basically filling my screen without good use.

I added the following to a theme CSS file called /Applications/LimeChat.app/Contents/Themes/Limelight.css, but it would be nice if that could be added to a preference screen:

.line[type=join] { display:none; }
.line[type=quit] { display:none; }
.line[type=mode] { display:none; }
.line[type=part] { display:none; }
.line[type=nick] { display:none; }

Thanks for LimeChat!

Nick
Reply all
Reply to author
Forward
0 new messages