48069eee67
SVN-Revision: 3374
7 lines
181 B
Bash
Executable file
7 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
|