ThePooN / bancho.js

Interface with Bancho over IRC, made easy and reliable.
https://bancho.js.org
GNU General Public License v3.0
57 stars 6 forks source link

BanchoLobby declaration should extend EventEmitter #18

Closed DanielPower closed 1 year ago

DanielPower commented 1 year ago

Resolves #19 The implementation of BanchoLobby extends EventEmitter, but the type declaration was missing this. With this change, EventEmitter properties can be accessed, such as off for removing events.