wee-slack / wee-slack

A WeeChat script for Slack.com. Supports threads and reactions, synchronizes read markers, provides typing notification, etc..
MIT License
2.53k stars 226 forks source link

Feature Request: Private Messages and Pushover #312

Closed Grogglex closed 6 years ago

Grogglex commented 7 years ago

I've been using the WeeChat plugin for Push Notifications called "Pushover". I'm wondering why it is that when I recieve a private message on an IRC channel WeeChat registers it as a private message but when I recieve a private message in WeeSlack it doesn't seem to register it as a private message.

Is this something that could be integrated?

The hooks that are defined in pushover.pl are:

Pushover Plugin weechat::hook_print("", "notify_message,notify_private,notify_highlight", "", 1, "print_cb", "");

I assume I could just edit these hooks to include whatever event is fired on recieving a private message in WeeSlack?

Grogglex commented 7 years ago

I suspect that it is a duplicate of #211. I'll make the modifications to the Pushover.pl script and report back.

tfheen commented 7 years ago

@Grogglex : did changing pushover.pl fix anything?

tfheen commented 6 years ago

No response from submitter, so closing this. Feel free to reopen if it's still an issue.