goirc/irc
Alex Bramley cdc715735f Use WHO instead of WHOIS to find information about nicks
Send a single WHO on joining channel rather than triggering a WHOIS of
every nick in the 353 RPL_NAMES handler. Avoids 'Excess Flood' when
joining a large channel ;-)
2009-12-19 12: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 Remove extraneous (and quite spammy) debug printing. 2009-12-18 23:59:12 +00:00
handlers.go Use WHO instead of WHOIS to find information about nicks 2009-12-19 12: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