Test suite: add test for user mode "b"

This commit is contained in:
Alexander Barton 2012-10-08 12:15:34 +02:00
parent 9d97004a28
commit 538e612a47
1 changed files with 16 additions and 0 deletions

View File

@ -53,6 +53,22 @@ expect {
"@* PRIVMSG nick :test"
}
send "mode nick +b\r"
expect {
timeout { exit 1 }
"MODE nick :+b"
}
send "privmsg nick :test\r"
expect {
timeout { exit 1 }
"976"
}
send "mode nick -b\r"
expect {
timeout { exit 1 }
"MODE nick :-b"
}
# The following two tests using "localhost" as host name
# had to be disabled, because there are operating systems
# out there, that use "localhost.<domain>" as host name