diff --git a/README.md b/README.md index 5ee21f8..f96f63c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ # RubyServ-IIRC -This is a port of [RubyServ](https://gitea.pissnet.ltd/piss.guru/rubyserv) to [IIRC](https://git.sr.ht/~mooff/iirc). -It is an IRC bot that allows evaluation of arbitrary Ruby expressions and shell commands. -You should run it in a container and/or VM as it has no sandboxing. +This is a port of [RubyServ](https://gitea.pissnet.ltd/piss.guru/rubyserv) to +[IIRC](https://git.sr.ht/~mooff/iirc). It is an IRC bot that allows evaluation +of arbitrary Ruby expressions and shell commands. You should run it in a +container and/or VM as it has no sandboxing. ## Configuration Environment variables and Redis keys are used for configuration. @@ -9,8 +10,10 @@ Environment variables and Redis keys are used for configuration. ### Limitations The following things are currently not configurable but may be in the future: -- When connecting to an IRC server, TLS is always used but the certificate is not verified. -- Only opers can use the bot. The server must support `solanum.chat/oper` or `letspiss.net/hiddenoper`. +- When connecting to an IRC server, TLS is always used but the certificate is + not verified. +- Only opers can use the bot. The server must support `solanum.chat/oper` or + `letspiss.net/hiddenoper`. ### Environment variables - `IRC_HOST`: Host of IRC server to connect to, default: `localhost`.