summary refs log tree commit diff
path: root/src/testsuite/message-test.e
diff options
context:
space:
mode:
Diffstat (limited to 'src/testsuite/message-test.e')
-rw-r--r--src/testsuite/message-test.e6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/testsuite/message-test.e b/src/testsuite/message-test.e
index eb26ac45..d0ffcef9 100644
--- a/src/testsuite/message-test.e
+++ b/src/testsuite/message-test.e
@@ -35,7 +35,7 @@ expect {
 	"@* PRIVMSG nick :test\r*@* PRIVMSG nick :test"
 }
 
-send "privmsg nick,#testChannel,nick :test\r"
+send "privmsg Nick,#testChannel,nick :test\r"
 expect {
 	timeout { exit 1 }
 	"@* PRIVMSG nick :test\r*401*@* PRIVMSG nick :test"
@@ -47,7 +47,7 @@ expect {
 	"401"
 }
 
-send "privmsg ~user@ngircd.test.server :test\r"
+send "privmsg ~UsEr@ngIRCd.Test.Server :test\r"
 expect {
 	timeout { exit 1 }
 	"@* PRIVMSG nick :test"
@@ -65,7 +65,7 @@ expect {
 #	"@* PRIVMSG nick :test"
 #}
 #
-#send "privmsg nick!~user@localhost :test\r"
+#send "privmsg Nick!~User@LocalHost :test\r"
 #expect {
 #	timeout { exit 1 }
 #	"@* PRIVMSG nick :test"