summaryrefslogtreecommitdiffstats
path: root/net/bitchx/files/bitchxrc.init
blob: e5966d3f478bf610a03d3d9d9e1dc69fb44ef2f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh /etc/rc.common

START=98
start() {
	# make /tmp/.bitchxrc as many servers ban root
	if [ ! -e /tmp/.bitchxrc ]
	then
		echo "IRCUSER OpenWrt" >/tmp/.bitchxrc
		echo "IRCNAME OpenWrt User!" >>/tmp/.bitchxrc
	fi
}