mirror of https://github.com/fluffle/goirc
Fix test.
This commit is contained in:
parent
74dea68158
commit
f1fe9d99a4
|
@ -147,7 +147,7 @@ func TestCTCP(t *testing.T) {
|
||||||
c.h_CTCP(parseLine(":blah!moo@cows.com PRIVMSG test :\001VERSION\001"))
|
c.h_CTCP(parseLine(":blah!moo@cows.com PRIVMSG test :\001VERSION\001"))
|
||||||
|
|
||||||
// Expect a version reply
|
// Expect a version reply
|
||||||
s.nc.Expect("NOTICE blah :\001VERSION powered by goirc...\001")
|
s.nc.Expect("NOTICE blah :\001VERSION Powered by GoIRC\001")
|
||||||
|
|
||||||
// Call handler with CTCP PING
|
// Call handler with CTCP PING
|
||||||
c.h_CTCP(parseLine(":blah!moo@cows.com PRIVMSG test :\001PING 1234567890\001"))
|
c.h_CTCP(parseLine(":blah!moo@cows.com PRIVMSG test :\001PING 1234567890\001"))
|
||||||
|
|
Loading…
Reference in New Issue