about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--main.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/main.go b/main.go
index fa07a7e..897b9b5 100644
--- a/main.go
+++ b/main.go
@@ -199,6 +199,9 @@ func main() {
 		if strings.Contains(e.Last(), "rain drop") {
 			c.Cmd.Reply(e, "drop top")
 		}
+		if strings.Contains(e.Last(), "blockchain") {
+			c.Cmd.Reply(e, "blonkchain")
+		}
 
 		if strings.HasPrefix(e.Last(), "!admin") {
 			// gotify.sh contains a preconstructed curl request that