1
0
Fork 0
mirror of https://github.com/fluffle/goirc synced 2025-05-15 20:13:19 +00:00

Update commands.go

This commit is contained in:
ritche007 2021-04-02 15:58:35 +08:00 committed by GitHub
parent 58c9607dfb
commit dbd32a1c53
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -302,3 +302,4 @@ func (conn *Conn) Cap(subcommmand string, capabilities ...string) {
conn.Raw(CAP + " " + subcommmand + " :" + strings.Join(capabilities, " "))
}
}
//