mirror of
https://github.com/osmarks/ngircd.git
synced 2024-12-12 09:50:29 +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 {
|
||||
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"
|
||||
|
Loading…
Reference in New Issue
Block a user