mirror of
https://github.com/fluffle/goirc
synced 2025-05-15 03:53:27 +00:00
Add VHost() command, because I wants it.
This commit is contained in:
parent
fd5fddc2cc
commit
0b64613fe3
2 changed files with 7 additions and 0 deletions
|
@ -94,4 +94,7 @@ func TestClientCommands(t *testing.T) {
|
|||
|
||||
c.Oper("user", "pass")
|
||||
s.nc.Expect("OPER user pass")
|
||||
|
||||
c.VHost("user", "pass")
|
||||
s.nc.Expect("VHOST user pass")
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue