bitlbee-facebook
bitlbee-facebook copied to clipboard
Recieve a "seen" notification from recipient.
Ideally, would be callback based, but bitlbee-facebook could just send a NOTICE message to the channel,query buffer with the template "Bob Smith has read your message.".
I've done a bit of poking in the source, but haven't yet come across a way to do it. 😄
Instead of a notice, it would probably be better to send a CTCP SEEN, parallel to the CTCP TYPING notifications sent when the plugin is set to show them. Clients can handle both CTCP types via scripts/plugins, then.
TIL. I didn't know that CTCP TYPING was supported in bitlbee-facebook. I'll have to look into how to get that working on Weechat.