Merge pull request #10401 from Hydrox6/twitch-timestamp
twitch: add timestamps to messages
This commit is contained in:
@@ -170,6 +170,7 @@ public class TwitchPlugin extends Plugin implements TwitchListener, ChatboxInput
|
||||
.sender("Twitch")
|
||||
.name(sender)
|
||||
.runeLiteFormattedMessage(chatMessage)
|
||||
.timestamp((int) (System.currentTimeMillis() / 1000))
|
||||
.build());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user