diff --git a/README.md b/README.md index 7199a68..6cb217a 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/relay.service b/relay.service new file mode 100644 index 0000000..f16b7a4 --- /dev/null +++ b/relay.service @@ -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 + +