Added setup script for inspIRCd

Added bot script for registering and unregistering permanent channels
TODO: inspircd config template
This commit is contained in:
knotteye
2019-09-18 16:46:25 -05:00
parent dd0ab1e465
commit 4309da7c39
7 changed files with 132 additions and 39 deletions

13
README Normal file
View File

@ -0,0 +1,13 @@
Satyr: A livestreaming server
System dependencies: npm, node, typescript
(Typescript can be installed through npm)
Build Instructions
git clone https://gitlab.com/knotteye/satyr.git
cd satyr
npm install
tsc
Run the server
node server.js