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:
parent
12cd554af1
commit
0510bbe958
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user