numberten / zhenya_bot

irc bot and official Haskell feature creep
Other
5 stars 1 forks source link

non-responsive github component #11

Closed numberten closed 10 years ago

numberten commented 10 years ago

Github component doesn't seem to be working. The bot isn't updating itself post webhook.

Likely because github changed their privmsg, breaking our regex.

numberten commented 10 years ago

Something must be different between test hooks and actual hooks, because our specific pattern for test hooks isn't working in practice.

Once bug #13 is fixed, we'll be able to generalize the pattern some, which I imagine will fix the problem.

Worst case we crack out the packet sniffers to see the exact different between actual hooks and test hooks.

numberten commented 10 years ago

Looks like this was because the (s)? group got dropped in the latest update. Adding it again should fix the problem and should now be safe due to resolved issue #13.