about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorBenny Morrison <benmorrison@ttm.sh>2019-03-15 02:37:35 -0400
committerBenny Morrison <benmorrison@ttm.sh>2019-03-15 02:37:35 -0400
commitefa48313639e8c2f8454d008d2f1a040bca2d76a (patch)
treec25842e3c1bee0e6f47b5a29c3f3902892c2be05
parentf3cfcad81aed4cd55fdd8c90a6d130ef8345c7cb (diff)
downloadgoofbot-efa48313639e8c2f8454d008d2f1a040bca2d76a.tar.gz
removed binary
-rwxr-xr-xgoofbotbin6157079 -> 0 bytes
-rw-r--r--main.go7
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 {