phergie / phergie-irc-bot-react

IRC bot built on React
BSD 2-Clause "Simplified" License
81 stars 26 forks source link

Add implementation of LoopAwareInterface to AbstractPlugin #25

Closed elazar closed 9 years ago

elazar commented 9 years ago

AbstractPlugin currently implements interfaces for injecting all potential dependencies except for the interface for the event loop. Modify it to implement that interface as well. Also, update related documentation to reflect this change.

elazar commented 9 years ago

Merged #26.