Yes! I finally figured out how to set my ignores up in irssi’s config! It’s this easy:
ignores = (
{ mask = "help"; level = "ALL"; },
{ level = "JOINS PARTS QUITS MODES"; channels = ( "&bitlbee" ); }
);
Ah finally – now I just see messages. No more scrolling!

Comments are closed.