Affection can use Cat emoji.
authorCMDR furrycat <elite@furrycat.net>
Wed, 11 Jan 2017 13:29:07 +0000 (13:29 +0000)
committerCMDR furrycat <elite@furrycat.net>
Wed, 11 Jan 2017 13:29:07 +0000 (13:29 +0000)
plugin/affection/affection.py

index 217b1c8..c39e0b2 100644 (file)
@@ -35,9 +35,9 @@ class Affection(object):
   @asyncio.coroutine
   def handle_affection(self, message, command):
     if command in self.eat:
-      responses = ['om nom nom', '^-^', 'meow!', 'lick']
+      responses = ['om nom nom', '^-^', 'meow!', 'lick', ':cat:']
     else:
-      responses = ['nuzzle', '^-^', 'meow!', 'mrrp']
+      responses = ['nuzzle', '^-^', 'meow!', 'mrrp', ':cat:']
     for response in responses:
       said = yield from bot.maybe_say(message.channel, response)
       if said: