fleaz / CptHook

Receive webhooks from different applications and post them to IRC channels
MIT License
17 stars 8 forks source link

Add simple message hook #3

Closed fooker closed 6 years ago

fooker commented 6 years ago

This hook just reads the message to send from the HTTP body which makes it easy to use this as an replacement for irker.

The channel to send to can be selected by the channel query parameter.

fleaz commented 6 years ago

Maybe add a small section for the new module to the README.md? (Especially the part that this can be used t replace irker would be great i think)

Rest looks good. Thanks :)

fooker commented 6 years ago

README.md updated with short introduction for new module.

fleaz commented 6 years ago

Thanks :)