ergochat / irc-go

Libraries to help with IRC development in Go.
ISC License
41 stars 6 forks source link

more default callbacks should be prepends #84

Closed slingamn closed 2 years ago

slingamn commented 2 years ago

The NICK callback should be a prepend so that it updates CurrentNick() in advance of any user-defined NICK callbacks executing. There may be other cases like this.