added some irc scripts

This commit is contained in:
Fulton Browne 2021-05-26 01:19:17 +00:00
parent 15dee9a448
commit 2190fdc886
2 changed files with 10 additions and 0 deletions

5
irc/freenode Executable file
View File

@ -0,0 +1,5 @@
#!/bin/rc
if(! test -r /srv/freenode){
ircsrv -e -f /tmp/freenodelog -s freenode fulton tcp!irc.freenode.net!6697
}
irc /srv/freenode /tmp/freenodelog

5
irc/unixchat Executable file
View File

@ -0,0 +1,5 @@
#!/bin/rc
if(! test -r /srv/unixchat){
ircsrv -e -f /tmp/unixchatlog -s unixchat fulton tcp!unix.chat!6697
}
irc /srv/unixchat /tmp/unixchatlog