diff --git a/mods/talk.go b/mods/talk.go index 871c75d..f56cf1a 100644 --- a/mods/talk.go +++ b/mods/talk.go @@ -71,6 +71,12 @@ func talk(broker *tg.Broker, update tg.APIMessage) { return } text := *(update.Text) + + // Must not be a command + if text[0] == '/' { + return + } + quoted := false // Make sure it's aimed at Clessy