Skip to content

preHandshakeDone

Fires before sending the handshake packet to client.

Note

This event is used to overwrite the sent server name or motd.

Usage

function preHandshakeDone(Client: cl, string: name, string: motd)
    return name, motd
end