diff options
author | Benny Morrison <benmorrison@ttm.sh> | 2019-03-17 03:13:30 -0400 |
---|---|---|
committer | Benny Morrison <benmorrison@ttm.sh> | 2019-03-17 03:13:30 -0400 |
commit | 4d3d7ab3bff06ae7cfc6c6019b6b933b64b782ee (patch) | |
tree | 0a86884ac0aa8b0564b01345d2c048657623e856 | |
parent | 56a8787636e265eca71a0bf01925cf8baca60787 (diff) | |
download | goofbot-4d3d7ab3bff06ae7cfc6c6019b6b933b64b782ee.tar.gz |
updated features
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md index d1b34f1..66322c6 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,8 @@ An IRC bot I'm working on to practice Go. ## Features -External config file in JSON +External config file in JSON, optionally set via flag '-c' +Gives example config file with flag '-j' Basic command/response structure Some minor command/OS Call functions Can define a bot owner for certain commands @@ -12,5 +13,4 @@ Able to identify with services ## TODO -Command line switch to specify config file location Externalize basic command/responses |