Update readme and add relay.service

This commit is contained in:
hedy 2022-03-26 21:47:05 +08:00
parent 9b960fcab2
commit 2107166407
Signed by: hedy
GPG Key ID: B51B5A8D1B176372
2 changed files with 20 additions and 0 deletions

View File

@ -1 +1,11 @@
a multi chan irc relay in python
multi chan part doesn't actually show the chan though, I think
use at your own risk
in active development
prone to netsplits
I think that's al

10
relay.service Normal file
View File

@ -0,0 +1,10 @@
[Unit]
Description=hedy channel relay bot
[Service]
ExecStart=/bin/sh -c 'cd /home/hedy/stuff/hedy-relay/; /bin/python3 main.py'
[Install]
WantedBy=default.target