diff options
author | Benny Morrison <benmorrison@ttm.sh> | 2019-03-15 02:37:35 -0400 |
---|---|---|
committer | Benny Morrison <benmorrison@ttm.sh> | 2019-03-15 02:37:35 -0400 |
commit | efa48313639e8c2f8454d008d2f1a040bca2d76a (patch) | |
tree | c25842e3c1bee0e6f47b5a29c3f3902892c2be05 | |
parent | f3cfcad81aed4cd55fdd8c90a6d130ef8345c7cb (diff) | |
download | goofbot-efa48313639e8c2f8454d008d2f1a040bca2d76a.tar.gz |
removed binary
-rwxr-xr-x | goofbot | bin | 6157079 -> 0 bytes | |||
-rw-r--r-- | main.go | 7 |
2 files changed, 6 insertions, 1 deletions
diff --git a/goofbot b/goofbot deleted file mode 100755 index 3196872..0000000 --- a/goofbot +++ /dev/null Binary files differdiff --git a/main.go b/main.go index da18a8d..6c1de79 100644 --- a/main.go +++ b/main.go @@ -42,9 +42,14 @@ func main() { return } if strings.HasPrefix(e.Last(), "!botlist") { - c.Cmd.Reply(e, "Creator: ahriman. I'm the assistance bot for tilde.institute. Commands: !hello, !stop") + c.Cmd.Reply(e, "Creator: ~a h r i m a n~ :: I'm the assistance bot for tilde.institute. Commands: !hello") return } + //TODO: + // currently connected users + // uptime + // load + // }) if err := client.Connect(); err != nil { |