From 9d35b5c49f479f6d66ab5374bd939a5bd930c940 Mon Sep 17 00:00:00 2001 From: wbx Date: Wed, 15 Mar 2006 09:49:18 +0000 Subject: add bitchx package from Duncan, thx git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3374 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- openwrt/package/bitchx/files/S98bitchxrc | 7 +++++++ openwrt/package/bitchx/files/bitchxrc | 2 ++ 2 files changed, 9 insertions(+) create mode 100755 openwrt/package/bitchx/files/S98bitchxrc create mode 100644 openwrt/package/bitchx/files/bitchxrc (limited to 'openwrt/package/bitchx/files') diff --git a/openwrt/package/bitchx/files/S98bitchxrc b/openwrt/package/bitchx/files/S98bitchxrc new file mode 100755 index 0000000000..4578696ae2 --- /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 diff --git a/openwrt/package/bitchx/files/bitchxrc b/openwrt/package/bitchx/files/bitchxrc new file mode 100644 index 0000000000..6e2b271eec --- /dev/null +++ b/openwrt/package/bitchx/files/bitchxrc @@ -0,0 +1,2 @@ +IRCUSER OpenWrt +IRCNAME OpenWrt User! -- cgit v1.2.3