diff options
author | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-03-15 09:49:18 +0000 |
---|---|---|
committer | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-03-15 09:49:18 +0000 |
commit | a8405f4cf53c9108842e235c373e8c4fd97e7d31 (patch) | |
tree | 2466775ecdb865ee5c208c19c4854d96f1b9e184 /package/bitchx/files/S98bitchxrc | |
parent | ca9dd2dba3366710460de24c07336a451a2d1216 (diff) |
add bitchx package from Duncan, thx
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3374 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/bitchx/files/S98bitchxrc')
-rwxr-xr-x | package/bitchx/files/S98bitchxrc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/package/bitchx/files/S98bitchxrc b/package/bitchx/files/S98bitchxrc new file mode 100755 index 000000000..4578696ae --- /dev/null +++ b/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 |