about summary refs log tree commit diff stats
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go7
1 files changed, 6 insertions, 1 deletions
diff --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 {