go-irc / irc

A simple go irc library meant to be a building block for other projects
MIT License
142 stars 17 forks source link

Create a way to remove callbacks without requiring all of them to be reregistered #7

Closed belak closed 9 years ago

belak commented 9 years ago

There are magical ways of doing this, like generating a uuid for each inserted callback... then that could be used to remove callbacks. Good idea, bad idea? Anyone have opinions?

belak commented 9 years ago

Handlers are moving out of this library and into seabird for now. I have a few ideas for moving the muxes back into here but that's a ways out.

belak commented 9 years ago

This isn't really relevant because there isn't a root Handler any more.

belak commented 7 years ago

Huh, that was the wrong issue...