diff options
-rw-r--r-- | README.md | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/README.md b/README.md index 7a08f4b..7d566dd 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,14 @@ # goofbot -A hackish IRC bot in golang +An IRC bot I'm working on to practice Go. + +## Features + +External config file in JSON +Basic command/response structure +Some minor command/OS Call functions + +## TODO + +Command line switch to specify config file location +Externalize basic command/responses |