mirror of
https://github.com/fluffle/goirc
synced 2025-11-03 11:38:04 +00:00
* 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. |
||
|---|---|---|
| .. | ||
| commands.go | ||
| connection.go | ||
| handlers.go | ||
| irc_test.go | ||
| Makefile | ||
| nickchan.go | ||