mirror of
https://github.com/fluffle/goirc
synced 2025-06-14 10:43:20 +00:00
Fix test.
This commit is contained in:
parent
74dea68158
commit
f1fe9d99a4
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue