|
@ -37,13 +37,13 @@ func TestClient(t *testing.T) { |
|
|
{Kind: 'C', Data: "CAP REQ :multi-prefix userhost-in-names"}, |
|
|
{Kind: 'C', Data: "CAP REQ :multi-prefix userhost-in-names"}, |
|
|
{Kind: 'S', Data: ":testserver.example.com CAP * ACK :multi-prefix userhost-in-names"}, |
|
|
{Kind: 'S', Data: ":testserver.example.com CAP * ACK :multi-prefix userhost-in-names"}, |
|
|
{Kind: 'C', Data: "CAP END"}, |
|
|
{Kind: 'C', Data: "CAP END"}, |
|
|
{Kind: 'S', Data: ":testserver.example.com 443 * Test :Nick is not available"}, |
|
|
|
|
|
|
|
|
{Kind: 'S', Data: ":testserver.example.com 433 * Test :Nick is not available"}, |
|
|
{Kind: 'C', Data: "NICK Test2"}, |
|
|
{Kind: 'C', Data: "NICK Test2"}, |
|
|
{Kind: 'S', Data: ":testserver.example.com 443 * Test2 :Nick is not available"}, |
|
|
|
|
|
|
|
|
{Kind: 'S', Data: ":testserver.example.com 433 * Test2 :Nick is not available"}, |
|
|
{Kind: 'C', Data: "NICK Test3"}, |
|
|
{Kind: 'C', Data: "NICK Test3"}, |
|
|
{Kind: 'S', Data: ":testserver.example.com 443 * Test3 :Nick is not available"}, |
|
|
|
|
|
|
|
|
{Kind: 'S', Data: ":testserver.example.com 433 * Test3 :Nick is not available"}, |
|
|
{Kind: 'C', Data: "NICK Test4"}, |
|
|
{Kind: 'C', Data: "NICK Test4"}, |
|
|
{Kind: 'S', Data: ":testserver.example.com 443 * Test4 :Nick is not available"}, |
|
|
|
|
|
|
|
|
{Kind: 'S', Data: ":testserver.example.com 433 * Test4 :Nick is not available"}, |
|
|
{Kind: 'C', Data: "NICK Test768"}, |
|
|
{Kind: 'C', Data: "NICK Test768"}, |
|
|
{Kind: 'S', Data: ":testserver.example.com 001 Test768 :Welcome to the TestServer Internet Relay Chat Network test"}, |
|
|
{Kind: 'S', Data: ":testserver.example.com 001 Test768 :Welcome to the TestServer Internet Relay Chat Network test"}, |
|
|
{Kind: 'C', Data: "WHO Test768*"}, |
|
|
{Kind: 'C', Data: "WHO Test768*"}, |
|
|