Send raw data to the MUD server via the Telnet IAC SB subchannel command. The text is not echoed or parsed in any way. The "IAC SB number" is added to the beginning of the text and IAC SE is added to the end of the text. The number is the Telnet Option number to be sent to the MUD.
This command is typically used within a Telnet Trigger type in response to the MUD sending subchannel text via IAC SB. If #SENDSB is used within a Telnet Trigger to send any text, then any response normally sent by CMUD is suppressed for that telnet option.
SENDDB Example
#SENDSB 200 "test" Sends IAC SB 200 test IAC SE to the server.