shithub: rc

ref: 15f05a0ca14c062e2f718cff0af2f097c6e6d228
dir: /nircx/

View raw version
#!/bin/rc
# launch ircx.
# http://only9fans.com/kemal/ircs/HEAD/info.html
switch($1){
case c
	ircx -s oftc -t '#cat-v'
case libera
	ircx -s libera
case oftc
	ircx -s oftc
case u
	ircx -s libera -t '#unix_surrealism'
}