shithub: rc

ref: ea1d46a06f491b08857d83829102b0df4cbe56bc
dir: /nlast/

View raw version
#!/bin/rc
# check for mentions.
# http://only9fans.com/kemal/ircs/HEAD/info.html
switch($1){
case c
	grep sl /tmp/oftc/'#cat-v'
case libera
	grep sl /tmp/libera/log
case oftc
	grep sl /tmp/oftc/log
case u
	grep sl /tmp/libera/'#unix_surrealism'
}