From 69c16ccd5ffc09ed61b480b261d544b24a375028 Mon Sep 17 00:00:00 2001 From: Adrian Malacoda Date: Thu, 22 Feb 2018 20:55:38 -0600 Subject: [PATCH] example of trout slap command --- tenquestionmarks.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tenquestionmarks.toml b/tenquestionmarks.toml index a840d4f..5811e1a 100644 --- a/tenquestionmarks.toml +++ b/tenquestionmarks.toml @@ -102,3 +102,9 @@ type = "random" parents = ["stdin", "discord"] pattern = "\\bicc?ed?\\b" responses = ["Did some carbon-based lifeform just say **I C E**?"] + +[trout] +type = "random" +parents = ["stdin", "discord"] +pattern = "^?slap (.*)" +responses = ["/me slaps $1 around a bit with a large trout"]