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:
31551b0
)
Yelp, not snore, when there's no URL for an avatar.
author
CMDR furrycat
<elite@furrycat.net>
Thu, 27 Jul 2017 09:36:02 +0000
(10:36 +0100)
committer
CMDR furrycat
<elite@furrycat.net>
Thu, 27 Jul 2017 09:36:02 +0000
(10:36 +0100)
plugin/bling/bling.py
patch
|
blob
|
history
diff --git
a/plugin/bling/bling.py
b/plugin/bling/bling.py
index
469e8da
..
0d578bf
100644
(file)
--- a/
plugin/bling/bling.py
+++ b/
plugin/bling/bling.py
@@
-139,7
+139,7
@@
class Bling(object):
parsed = self.parse_message(message, name)
if parsed['url'] is None:
log.debug('No URL for avatar to bling.')
- await cat.
zzz
(message.channel)
+ await cat.
yelp
(message.channel)
return
await client.send_typing(message.channel)