b1naryth1ef / UrTBot

An attempt at a lighter, more configurable alternative to the BigBrotherBot for Urban Terror.
http://bot.hydr0.com/
7 stars 6 forks source link

Buffer listener decorators until registerEvents is ran. #17

Closed b1naryth1ef closed 12 years ago

b1naryth1ef commented 12 years ago

In the new version, we fail if events havent been registered. Loading a plugin will register all listeners because of the way decorators work. We need to actually add a buffer system, until all plugins have had their registerEvents method called.

Component for #16