From cb5b59e062cbd038534166859ad5c4217154d952 Mon Sep 17 00:00:00 2001 From: Carl Kittelberger Date: Thu, 14 Jun 2018 00:06:25 +0200 Subject: [PATCH] Remind people to look at /topic if they want to read the next match. --- main.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/main.go b/main.go index f968a03..fae573c 100644 --- a/main.go +++ b/main.go @@ -494,6 +494,9 @@ func main() { // TODO conn.Noticef(sender, "Sorry, this isn't implemented yet.") + case strings.EqualFold(cmd.Name, "!next"): + conn.Privmsg(target, "The upcoming match is always listed in the channel topic! If you can't see it (usually above the chat), try to type \x02/topic\x02.") + // Currently implemented: // - !group / !group (for example !group a) // Not implemented yet: