From ed87f8116a7e798c67b978865283866976baa945 Mon Sep 17 00:00:00 2001 From: Zdenek Styblik Date: Sat, 6 Apr 2024 12:40:26 +0200 Subject: [PATCH] Add example of configuration file into README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index f10803b..388f689 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,18 @@ Features: * configuration file in order to support multiple instances of bot * auto reconnect +## Configuration file + +Example of configuration file: + +``` +net:irc.example.com:#chan1 #chan2 +nickname:testme +ircdir:$HOME/ii/ +bitly_api_token:api_token +bitly_group_id:group_id +``` + ## UnLicense Since the original is [UnLicense]-d, I've decided to follow the suit.