mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-09 07:26:16 +02:00
a8405f4cf5
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3374 3c298f89-4303-0410-b956-a3cf2f4a3e73
8 lines
181 B
Bash
Executable File
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
|