You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm writing a program and i need to know at all times what the current status is of all channels and their members. So either i will add listners for each of the events that can cause a change in this (join,part,kick, etc) either we update irc.js so that everytime a change to one of those is done a event is emitted, or we add self.addListeners so emit this.
What do you think ? If you agree i can do the change and create a pull request, if not i'll add listners to my own code.
The text was updated successfully, but these errors were encountered:
Hi,
I'm writing a program and i need to know at all times what the current status is of all channels and their members. So either i will add listners for each of the events that can cause a change in this (join,part,kick, etc) either we update irc.js so that everytime a change to one of those is done a event is emitted, or we add self.addListeners so emit this.
What do you think ? If you agree i can do the change and create a pull request, if not i'll add listners to my own code.
The text was updated successfully, but these errors were encountered: