@CosmicVoyager
Declare a new variable named "last_joined_line"
Place a call to "FileOpen()" on a timed loop, feed said function the client log file IMVULog.log, find the line number for the last instance of "NEW PARTICIPANT:".
If the number is greater than last_joined_line, then post the greeting to the chat and update last_joined_line with the new value.