twitch: add timestamps to messages

This commit is contained in:
Hydrox6
2019-12-06 21:08:41 +00:00
parent 3f8331fbd5
commit f9c43ef626

View File

@@ -170,6 +170,7 @@ public class TwitchPlugin extends Plugin implements TwitchListener, ChatboxInput
.sender("Twitch")
.name(sender)
.runeLiteFormattedMessage(chatMessage)
.timestamp((int) (System.currentTimeMillis() / 1000))
.build());
}