git://git.furryclan.net
/
furrycat
/
catbot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b68f6c
)
Affection can use Cat emoji.
author
CMDR furrycat
<elite@furrycat.net>
Wed, 11 Jan 2017 13:29:07 +0000
(13:29 +0000)
committer
CMDR furrycat
<elite@furrycat.net>
Wed, 11 Jan 2017 13:29:07 +0000
(13:29 +0000)
plugin/affection/affection.py
patch
|
blob
|
history
diff --git
a/plugin/affection/affection.py
b/plugin/affection/affection.py
index
217b1c8
..
c39e0b2
100644
(file)
--- a/
plugin/affection/affection.py
+++ b/
plugin/affection/affection.py
@@
-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: