Skip to content

Commit

Permalink
feat(chat): ✨ add timestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
iLPdev committed May 26, 2023
1 parent 366d9be commit a7c5f44
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions prs-chat.lua
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ function PRSchat.tabs()
allTab = true,
allTabName = "All",
gap = 2,
leftMargin = 2,
consoleColor = "black",
consoles = {
"Chat",
Expand All @@ -42,6 +43,10 @@ function PRSchat.tabs()
activeTabCSS = stylesheet,
inactiveTabCSS = istylesheet,
preserveBackground = true,
timestamp = true,
customTimestampColor = true,
timestampFGColor = "dim_gray",
timestampBGColor = "black",
}, PRSchat.UW)
PRSchat.EMCO:load()
PRSchat.EMCO:setCmdAction("Chat", function(str)
Expand Down

0 comments on commit a7c5f44

Please sign in to comment.