Yelp, not snore, when there's no URL for an avatar.
authorCMDR furrycat <elite@furrycat.net>
Thu, 27 Jul 2017 09:36:02 +0000 (10:36 +0100)
committerCMDR furrycat <elite@furrycat.net>
Thu, 27 Jul 2017 09:36:02 +0000 (10:36 +0100)
plugin/bling/bling.py

index 469e8da..0d578bf 100644 (file)
@@ -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)