1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-18 00:06:47 +03:00
openwrt-xburst/package/bitchx/files/S98bitchxrc
wbx a8405f4cf5 add bitchx package from Duncan, thx
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3374 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-03-15 09:49:18 +00:00

8 lines
181 B
Bash
Executable File

#!/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