mirror of https://github.com/fluffle/goirc
Update commands.go
This commit is contained in:
parent
58c9607dfb
commit
dbd32a1c53
|
@ -302,3 +302,4 @@ func (conn *Conn) Cap(subcommmand string, capabilities ...string) {
|
|||
conn.Raw(CAP + " " + subcommmand + " :" + strings.Join(capabilities, " "))
|
||||
}
|
||||
}
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue