diff options
author | Benny Morrison <benmorrison@ttm.sh> | 2019-03-17 02:29:45 -0400 |
---|---|---|
committer | Benny Morrison <benmorrison@ttm.sh> | 2019-03-17 02:29:45 -0400 |
commit | 49bcdc317bebe9e46000cdae67846fbf24fa9bea (patch) | |
tree | 0f5e75fd8955e283dd1751dbba6ea8ebc56c80cb | |
parent | 077ff6d4c5b2aaa4162a17760f63c29b334c42b4 (diff) | |
download | goofbot-49bcdc317bebe9e46000cdae67846fbf24fa9bea.tar.gz |
updated with features/todo
-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 |