sopel-irc / sopel-extras

Broken Sopel modules you might pick up and fix if you want them. Probably faster to just rewrite, though
40 stars 57 forks source link

Added notify plugin to receive notifications and post them on channels #47

Closed moises-silva closed 5 years ago

moises-silva commented 10 years ago

Not the most efficient implementation, but, it works :)

It'd be nice to extend it to include destination channel(s) in the message instead of posting to all channels, but for now this suits our purpose well and it does not impose any formatting on the message (e.g certain json format to decide which channel(s) to post to)

dgw commented 6 years ago

I'd be happy to look at this if it was updated for the rename of willie to sopel. @moises-silva are you able to add a commit renaming the necessary imports, or at least give maintainers permission to edit the branch?

dgw commented 5 years ago

Abandoned PR. :frowning_face:

Users wanting functionality like this can adapt the code (and resubmit the updated code in a new PR), or build something off of https://github.com/dgw/sopel-sockmsg (which doesn't require zmq).