phergie / phergie-irc-client-react

IRC client library built on React
BSD 3-Clause "New" or "Revised" License
56 stars 26 forks source link

WriteStream is not accessible in `connect.after.each` and `connect.after.all`? #18

Closed stil closed 10 years ago

stil commented 10 years ago

I think that WriteStream should be accessible in events connect.after.each and connect.after.all. It would allow to set up connection monitoring after it have been estabilished (and I believe, that it would have other use-cases too).

elazar commented 10 years ago

@stil Mind testing this?

stil commented 10 years ago

Works fine, thank you