diff options
Diffstat (limited to 'main.go')
-rw-r--r-- | main.go | 7 |
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 { |