mirror of https://github.com/fluffle/goirc
38f1cd9388
* sending NICK after 433 -- but before 001 from server -- does not result in a confirmation NICK message back from server, so we need to change Conn.Me.Nick in the 433 handler in this case. * Nick MODE changes are transmitted back to us in line.Text not line.Args[1], so make sure error messages use this when needed. |
||
---|---|---|
.. | ||
Makefile | ||
commands.go | ||
connection.go | ||
handlers.go | ||
irc_test.go | ||
nickchan.go |