Removed space after # so that Cygwin's version of expect recognizes comments.

This commit is contained in:
Brandon Beresini
2008-05-09 21:54:47 +02:00
committed by Florian Westphal
parent 12cd554af1
commit 0510bbe958
+1 -1
View File
@@ -73,7 +73,7 @@ send "invite nick #channel\r"
expect {
timeout { exit 1 }
"482 nick #channel :You are not channel operator"
# it would be reasonable to expect 443 here instead
#it would be reasonable to expect 443 here instead
}
send "part #channel\r"