Documentation

#SENDPROMPT

SENDPROMPT

Syntax: #SENDP text
Related: #SEND, #SENDRAW

Similar to the #SEND command for sending text to the server, but the newline at the end is suppressed and the text is not echoed or parsed. Useful for sending a single character to the server without sending a newline with it. Same as the #SENDRAW command

SENDPROMPT Example

#SENDP c
Sends the letter 'c' to the server (to 'continue' for example) without a newline.

Add comment

Login or register to post comments