weechat / scripts

Official scripts for WeeChat.
https://weechat.org/scripts/
231 stars 220 forks source link

New script irccloud_avatar_link.py: Add IRCCloud avatar image link to WHOIS output #561

Open jessemcdowell opened 3 weeks ago

jessemcdowell commented 3 weeks ago

Script info

Description

IRCCloud allows users to upload an avatar image, which is visible to anyone with a compatible client. This script detects these special usernames and adds the image URL to the server buffer along with the rest of the WHOIS block.

The avatar feature is documented here: https://blog.irccloud.com/avatars/

Checklist (new script)