Syntax:
reply {message} to {socket}
Keyword handler:
linguist.basic.keyword.BKReply.class
Runtime handler(s):
linguist.basic.handler.BHReply.class
Function:
This sends a datagram containing {message} to the sender of the last received message, using the socket specified. This command can only be used inside an on socket instruction as this is the only place that knows who the sender was.
Example(s):
reply "Got your message" to MySocket