goirc/irc
Alex Bramley 38f1cd9388 minor handler bug fixes in 433 and MODE
* 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.
2009-12-19 18:33:54 +00:00
..
Makefile add irc_test.go, update Makefile and .gitignore 2009-12-18 22:50:13 +00:00
commands.go update README and comments so godoc creates nice helpful html documentation 2009-12-18 22:48:58 +00:00
connection.go Less naive flood-protection algorithm in *Conn.send() 2009-12-19 18:09:29 +00:00
handlers.go minor handler bug fixes in 433 and MODE 2009-12-19 18:33:54 +00:00
irc_test.go add irc_test.go, update Makefile and .gitignore 2009-12-18 22:50:13 +00:00
nickchan.go Remove extraneous (and quite spammy) debug printing. 2009-12-18 23:59:12 +00:00