diff options
-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 |