Twitch single-message deletion basic support
This commit is contained in:
@@ -108,6 +108,8 @@ func kk_process_message(rawmsg map[string]interface{}) {
|
||||
/* prepare output message */
|
||||
out_message := ChatMessage {
|
||||
Type: "kk",
|
||||
NativeId: rawmsg["id"].(string),
|
||||
AuthorId: string(int64(author["id"].(float64))),
|
||||
Username: author["username"].(string),
|
||||
Timestamp: sent_dt.UTC().Format("2006-01-02T15:04:05Z"),
|
||||
Text: rawmsg["content"].(string),
|
||||
|
||||
Reference in New Issue
Block a user