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

This commit is contained in:
Brandon Beresini 2008-05-09 10:23:43 -07:00 committed by Florian Westphal
parent 12cd554af1
commit 0510bbe958
1 changed files with 1 additions and 1 deletions

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"