mirror of
https://github.com/fluffle/goirc
synced 2025-05-15 20:13:19 +00:00
Update commands.go
This commit is contained in:
parent
58c9607dfb
commit
dbd32a1c53
1 changed files with 1 additions and 0 deletions
|
@ -302,3 +302,4 @@ func (conn *Conn) Cap(subcommmand string, capabilities ...string) {
|
|||
conn.Raw(CAP + " " + subcommmand + " :" + strings.Join(capabilities, " "))
|
||||
}
|
||||
}
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue