goirc/client
Jake Bailey 46ce56c580 don't add spaces and instead make message optional, let the user decide 2016-01-11 16:24:01 -06:00
..
commands.go don't add spaces and instead make message optional, let the user decide 2016-01-11 16:24:01 -06:00
commands_test.go Add variadic Privmsg functions 2015-10-15 11:49:05 +03:00
connection.go Fix for the deadlock condition. 2015-11-02 21:16:07 +00:00
connection_test.go Contrived test for a deadlock condition. 2015-11-02 21:01:36 +00:00
dispatch.go Run gofmt to fix some trailing whitespace &c. 2015-11-02 21:41:41 +00:00
dispatch_test.go Make parseLine public by renaming it to ParseLine 2014-07-06 20:26:34 +02:00
doc.go Run gofmt to fix some trailing whitespace &c. 2015-11-02 21:41:41 +00:00
handlers.go handlers: check array bounds before indexing 2015-12-02 21:51:44 +01:00
handlers_test.go Run gofmt to fix some trailing whitespace &c. 2015-11-02 21:41:41 +00:00
line.go add tags parsing and CAP command, with parsing tests 2016-01-11 16:20:06 -06:00
line_test.go add tags parsing and CAP command, with parsing tests 2016-01-11 16:20:06 -06:00
mocknetconn_test.go client/mocknetconn_test: minor fix found by go vet 2014-06-19 15:19:37 +02:00
state_handlers.go handlers: check array bounds before indexing 2015-12-02 21:51:44 +01:00