From b083a8ad8f88a86ae797cc00e4c42415249953bf Mon Sep 17 00:00:00 2001 From: Alek Ratzloff Date: Mon, 23 May 2022 19:02:53 -0700 Subject: [PATCH] Add README Signed-off-by: Alek Ratzloff --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..6aa72b3 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# omnibot + +*"Fourth time's the charm!"* + +This is an IRC chatbot that can be extended with plugins. Omnibot comes with a +few plugins pre-packaged. + +# Configuration + +Copy the `config.example.toml` file to `config.toml` and fill it out for your needs. + +## How do I add multiple servers? + +Simply put, you don't. Run another instance of the bot with its own +configuration if you want to do that. \ No newline at end of file