goirc/client
Alex Bramley c400a2141a Run gofmt over code, it's been a while. 2011-09-12 23:25:09 +01:00
..
Makefile Refactor recv() since we needed to rewrite send(). 2011-07-22 01:11:15 +01:00
commands.go Run gofmt over code, it's been a while. 2011-09-12 23:25:09 +01:00
commands_test.go Add tearDown() to all tests. 2011-08-23 11:06:06 +01:00
connection.go Run gofmt over code, it's been a while. 2011-09-12 23:25:09 +01:00
connection_test.go Move some basic assertions about initial state into setUp(). 2011-08-24 13:58:00 +01:00
handlers.go Check all nicks against current channel contents for 353 handler. 2011-09-12 23:21:15 +01:00
handlers_test.go Run gofmt over code, it's been a while. 2011-09-12 23:25:09 +01:00
line.go Line parsing needs to handle CTCPREPLY too. 2011-08-22 23:21:30 +01:00
mocknetconn_test.go Run gofmt over code, it's been a while. 2011-09-12 23:25:09 +01:00
nickchan.go Tidy up old-style slice syntax, and use string methods for CTCP parsing. 2011-07-25 23:02:57 +01:00