Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
mudlet:chat_capture_window [2023/11/05 17:16] – [Create a [chat] Capture Trigger] mathmudlet:chat_capture_window [2023/11/05 22:08] – [Advanced: Adding Timestamps] math
Line 58: Line 58:
 in the previous examples with in the previous examples with
 <code> <code>
-echo("chat_window", getTime(true).." "..getSelection())+echo("chat_window", string.format("%s: %s\n", getTime(true)getSelection())
 </code> </code>
 Check the Mudlet Lua documentation to see more formatting options for getTime(). Check the Mudlet Lua documentation to see more formatting options for getTime().