···11-spc is stream.place chat, in the terminal. it listens to the jetstream for
22-any chat records, and then compares the streamer field to the provided args.
33-if there are no args, then it will display all chat messages.
11+spc is stream.place chat, in the terminal. it listens to the jetstream for any
22+chat records, and then compares the streamer field to the provided args. if
33+there are no args, then it will display all chat messages.
4455-example:
66-if i'm streaming on moth11.net, my did is `did:plc:25z6ogppprfvijcnqo2fsfce`
77-so to view my chat, do `go run . did:plc:25z6ogppprfvijcnqo2fsfce`
55+example: if i'm streaming on moth11.net, my did is
66+`did:plc:25z6ogppprfvijcnqo2fsfce` so to view my chat, do `go run .
77+did:plc:25z6ogppprfvijcnqo2fsfce`
88+99+if you want to see the union of alice and bob's chats, and their dids are
1010+`did:plc:12345` and `did:plc:abcde`, then do `go run . did:plc:12345 did:plc:abcde`
1111+1212+pretty simple!
1313+1414+the colors are just random based on the user's handle, i'll probably add the
1515+true user's color (according to the profile lexicon) at some point