projects
/
openwrt
/
svn-archive
/
archive.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Port BitchX to -ng, fix compilation by adding correct CFLAGS
[openwrt/svn-archive/archive.git]
/
net
/
bitchx
/
files
/
S98bitchxrc
1
#!/bin/sh
2
# make /tmp/.bitchxrc as many servers ban root
3
if
[ !
-e
/
tmp
/
.bitchxrc
]
4
then
5
echo
"IRCUSER OpenWrt"
>/
tmp
/
.bitchxrc
6
echo
"IRCNAME OpenWrt User!"
>>/
tmp
/
.bitchxrc
7
fi