Merge pull request #10401 from Hydrox6/twitch-timestamp

twitch: add timestamps to messages
This commit is contained in:
Adam
2019-12-11 20:11:47 -05:00
committed by GitHub

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());
}