]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/testsuite/message-test.e
Limit the number of message targes, and suppress duplicates
[ngircd-alex.git] / src / testsuite / message-test.e
index 5dc325ded807cd68807c8d05dc54a31451394cf0..e46378637b8c2ff44df43a85d13911484809eeec 100644 (file)
@@ -35,13 +35,13 @@ expect {
 send "privmsg nick,nick :test\r"
 expect {
        timeout { exit 1 }
-       "@* PRIVMSG nick :test\r*@* PRIVMSG nick :test"
+       "@* PRIVMSG nick :test"
 }
 
 send "privmsg Nick,#testChannel,nick :test\r"
 expect {
        timeout { exit 1 }
-       "@* PRIVMSG nick :test\r*401*@* PRIVMSG nick :test"
+       "@* PRIVMSG nick :test\r*401"
 }
 
 send "privmsg doesnotexist :test\r"