MCPcopy Create free account
hub / github.com/babycommando/nightride-cli / sendChanLineCmd

Function sendChanLineCmd

zuse.go:212–214  ·  view source on GitHub ↗

* CMDS */

(id serverID, ch, line string)

Source from the content-addressed store, hash-verified

210/* CMDS */
211
212func sendChanLineCmd(id serverID, ch, line string) tea.Cmd {
213 return func() tea.Msg { return ircChanLineMsg{id: id, channel: ch, line: line} }
214}
215func addListItemCmd(it serverEntry) tea.Cmd { return func() tea.Msg { return addListItemMsg{item: it} } }
216
217/* UPDATE */

Callers 1

updateChatMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected