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
1 changed files with 1 additions and 0 deletions

View File

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