diff options
author | Ben Morrison <ben@gbmor.dev> | 2020-04-03 01:14:36 -0400 |
---|---|---|
committer | Ben Morrison <ben@gbmor.dev> | 2020-04-03 01:14:36 -0400 |
commit | 0d00197448fcc05399bfd6d5c4dfd57d554517be (patch) | |
tree | a184cc639305f07678218595ace8e6e353fa0179 | |
parent | 24fcf3a13a85365e13fb086acf17f6b251798af0 (diff) | |
download | goofbot-0d00197448fcc05399bfd6d5c4dfd57d554517be.tar.gz |
updated readme
-rw-r--r-- | README.md | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/README.md b/README.md index 570e67e..e22f40c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # goofbot ![gpl-3.0](https://img.shields.io/badge/license-GPLv3-brightgreen.svg "GPL v3") [![Go Report Card](https://goreportcard.com/badge/github.com/gbmor/goofbot)](https://goreportcard.com/report/github.com/gbmor/goofbot) [![GolangCI](https://img.shields.io/badge/golang%20ci-success-blue.svg)](https://golangci.com/r/github.com/gbmor/goofbot) -An IRC bot I'm working on to practice Go. +An small bot for the [tilde.institute](https://tilde.institute) IRC channel ## Features @@ -16,8 +16,4 @@ Standard command/response structure Can define a bot owner for certain commands Able to identify with services -Handles ^C (SIGINT) gracefully - -## TODO - -Externalize basic command/responses +Handles ^C (SIGINT) gracefully \ No newline at end of file |