IRCWebHooks
Barry Adding non-SSL IRC option e15b4c0 (3 years, 3 months ago)diff --git a/README b/README index 6307446..bb181cf 100644 --- a/README +++ b/README @@ -4,7 +4,7 @@ This is a simple IRC bot that posts the content of POST requests it receives. It runs a small webserver, and connects to an IRC server. ## How to install -Download the code, then run `make`, `sudo ./webircbot`. +Download the code, then run `make`, `sudo ./bot`. Root access is required to make use of low port numbers, but you can run the webserver on any port.