#!/bin/rc
# for use with irc7
# filter unwanted lines
irc $* | grep -v -e '^(JOIN \(|QUIT \(|PING \(|PONG \()'
