1
0
Fork 0
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:
Alex Bramley 2013-03-15 17:40:28 +00:00
parent fd5fddc2cc
commit 0b64613fe3
2 changed files with 7 additions and 0 deletions

View file

@ -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")
}