sbehrends / Live-WorldCup-Notification-for-Slack

World Cup 2014 notifications via Slack
20 stars 10 forks source link

Makes matches inherit properly from EventEmitter #17

Closed Cyborg572 closed 10 years ago

Cyborg572 commented 10 years ago

3d3887a set up the Match inheritance wrong, so all Match objects have a shared event queue. When a second match starts, all the events are bound an extra time and the bot starts repeating itself.