1
0
mirror of https://github.com/osmarks/ngircd.git synced 2024-12-13 10:20:28 +00:00

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

View File

@ -73,7 +73,7 @@ send "invite nick #channel\r"
expect { expect {
timeout { exit 1 } timeout { exit 1 }
"482 nick #channel :You are not channel operator" "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" send "part #channel\r"