From c02a3ff535e6334a8d950fa59cb896587d09fc24 Mon Sep 17 00:00:00 2001 From: CMDR furrycat Date: Thu, 18 Jan 2018 10:30:37 +0000 Subject: [PATCH] Maybe respond to meow. --- plugin/affection/affection.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/affection/affection.py b/plugin/affection/affection.py index 481a594..65f6838 100644 --- a/plugin/affection/affection.py +++ b/plugin/affection/affection.py @@ -8,7 +8,7 @@ class Affection(object): self.eat = ['biscuit', 'food', 'fish', 'lollipop', 'sausage', 'treat'] self.drink = ['beer', 'juice', 'milk', 'water'] self.drugs = ['catnip', 'onionhead'] - self.fuss = ['fuss', 'hug', 'love', 'nice', 'pat', 'pet', 'stroke'] + self.fuss = ['fuss', 'hug', 'love', 'meow', 'nice', 'pat', 'pet', 'stroke'] def description(self): return 'Respond (or not) to displays of affection.' -- 2.7.4