moo.sdk.output.send_oob

moo.sdk.output.send_oob(obj, data)

Send a raw IAC subnegotiation frame to obj’s SSH channel.

Publishes an {"event": "oob", "data": <bytes>} Kombu message to the player’s queue; the SSH server’s _route_event writes the bytes directly onto the channel with no LF→CRLF translation.

Parameters:
  • obj – the Object (player avatar) whose channel should receive the frame

  • data (bytes) – pre-encoded IAC subnegotiation bytes (IAC SB ... IAC SE)