mirror of
https://github.com/fluffle/goirc
synced 2025-06-07 07:13:20 +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, " "))
|
conn.Raw(CAP + " " + subcommmand + " :" + strings.Join(capabilities, " "))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
//
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue