diff options
Diffstat (limited to 'openwrt/package/bitchx/files/S98bitchxrc')
-rwxr-xr-x | openwrt/package/bitchx/files/S98bitchxrc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/openwrt/package/bitchx/files/S98bitchxrc b/openwrt/package/bitchx/files/S98bitchxrc new file mode 100755 index 000000000..4578696ae --- /dev/null +++ b/openwrt/package/bitchx/files/S98bitchxrc @@ -0,0 +1,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 |