From: CMDR furrycat Date: Thu, 27 Jul 2017 09:36:02 +0000 (+0100) Subject: Yelp, not snore, when there's no URL for an avatar. X-Git-Url: http://git.furryclan.net/?a=commitdiff_plain;h=6c83d5021ad71fe6a81ce89a9398b5ade87b4213;p=furrycat%2Fcatbot.git Yelp, not snore, when there's no URL for an avatar. --- diff --git a/plugin/bling/bling.py b/plugin/bling/bling.py index 469e8da..0d578bf 100644 --- 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)