summaryrefslogtreecommitdiff
path: root/openwrt/package/bitchx/files/S98bitchxrc
blob: 4578696ae22ec2ee7407d448fcbff0dfb2cf4b33 (plain)
1
2
3
4
5
6
7
#!/bin/sh
# 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