Last Updated: February 25, 2016
·
4.556K
· killtheliterate

Irssi - hide join/part messages in IRC

Add the following to ~/.irssi/config:

ignores = ( {
   level = "JOINS PARTS QUITS"; 
   network = "your chatnet name"; 
} );