mmueller / supybot-git

A Git plugin for Supybot (a Python IRC bot)
45 stars 24 forks source link

Is it possible to announce Pull Requests? #21

Closed adinapoli closed 11 years ago

adinapoli commented 11 years ago

Hello there,

thanks for your fantastic plugin :)

We are using the plugin within our company's IRC, and it would be nice to have the Pull Request announced (on our master repo) instead than individual commits. Is that possible using Github webhooks?

Thanks! A.

mmueller commented 11 years ago

It's probably possible, but this plugin isn't meant to be Github-specific. If someone wrote a Github-specific plugin, it would probably have a very different implementation using their API.

adinapoli commented 11 years ago

For the curious, I've discovered it's possible using Github IRC hook. Posting here in case someone stumbles upon this discussion :)