From a65da1636ec3c12980481518f51beb5d5045e6a1 Mon Sep 17 00:00:00 2001 From: Lewis Nyman Date: Fri, 26 Jun 2015 10:06:47 -0500 Subject: [PATCH] Remove experience as a trigger word "Experience" comes up too often outside of context of "user experience". "Does anyone have any experience with XXX tool" is annoying rather than fun. What do you think? --- src/scripts/ive.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scripts/ive.coffee b/src/scripts/ive.coffee index eb495df82..d2a18da33 100644 --- a/src/scripts/ive.coffee +++ b/src/scripts/ive.coffee @@ -25,6 +25,6 @@ ives = [ ] module.exports = (robot) -> - robot.hear /(aluminium|essential|elegant|efficient|experience|incredible|magical|meticulous|unibody|from the ground up)/i, (msg) -> + robot.hear /(aluminium|essential|elegant|efficient|incredible|magical|meticulous|unibody|from the ground up)/i, (msg) -> msg.send msg.random ives