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")
|
.sender("Twitch")
|
||||||
.name(sender)
|
.name(sender)
|
||||||
.runeLiteFormattedMessage(chatMessage)
|
.runeLiteFormattedMessage(chatMessage)
|
||||||
|
.timestamp((int) (System.currentTimeMillis() / 1000))
|
||||||
.build());
|
.build());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user