Escapes a string according to CSV conventions:
fields that contain commas, double-quotes, or line-breaks must be
quoted,
a quote within a field must be escaped with an additional quote
immediately preceding the literal quote,
space before and after delimiter commas may be trimmed, and
a line break within an element must be preserved.
A new server connection has been made This event occurs when a new
connection to the game server has been made, either by the core client or
by the game client itself.
Request extended player information for one or more players
Depending on the seat parameter (-1 or valid number), this function
asynchronously requests information about player(s), which trigget
ModEventHandler.handleInfo().