Skip to content

Commit

Permalink
Add example of configuration file into README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zstyblik committed Apr 6, 2024
1 parent cc5ffa3 commit ed87f81
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit ed87f81

Please sign in to comment.