Modified README

This commit is contained in:
Lewis Dale 2017-02-03 23:05:26 +00:00
parent 7b48f9bc21
commit 1b76932632

View File

@ -1,3 +1,21 @@
# Janet # Janet
A NodeJS-based IRC bot A NodeJS-based IRC bot
## Config
Configuration is stored in `config.json`. Example configuration file:
```
{
"irc": {
"server": "localhost",
"port": 6667,
"user": "Janet",
"channels": [
"#channel1".
"#channel2"
]
}
}
```