Fix test.

This commit is contained in:
Chris Rhodes 2013-02-18 17:02:58 -08:00
parent 74dea68158
commit f1fe9d99a4
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ func TestCTCP(t *testing.T) {
c.h_CTCP(parseLine(":blah!moo@cows.com PRIVMSG test :\001VERSION\001"))
// 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
c.h_CTCP(parseLine(":blah!moo@cows.com PRIVMSG test :\001PING 1234567890\001"))