goirc/client
Alex Bramley 4cd3831e92 Remove Commands from core goirc.
This dictates too much about how people might want to parse and act upon
information from PRIVMSGs, and thus should be an optional thing.
2013-02-27 20:23:24 +00:00
..
commands.go Moved QUIT and VERSION messages into the config. 2013-02-17 22:28:22 -08:00
commands_test.go Epic final commit for nick/chan/logging/testing refactor. 2011-11-06 04:56:46 +00:00
connection.go Remove Commands from core goirc. 2013-02-27 20:23:24 +00:00
connection_test.go SimpleClient shouldn't need to return an error. 2013-02-18 01:42:44 +00:00
dispatch.go Remove Commands from core goirc. 2013-02-27 20:23:24 +00:00
dispatch_test.go Remove Commands from core goirc. 2013-02-27 20:23:24 +00:00
handlers.go Remove Commands from core goirc. 2013-02-27 20:23:24 +00:00
handlers_test.go Remove Commands from core goirc. 2013-02-27 20:23:24 +00:00
line.go Gofix run. 2012-02-04 00:51:06 +00:00
line_test.go Run gofmt, since it's clearly been a while. 2013-02-16 10:33:15 +00:00
mocknetconn_test.go Re-work Handlers for IRC events; add Commands. 2013-02-16 00:17:31 +00:00
state_handlers.go First steps towards client interface. 2013-02-18 01:36:17 +00:00