Cmd: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

2 April 2024

26 September 2023

8 August 2023

  • curprev 00:3100:31, 8 August 2023KKosty4ka talk contribs 1,821 bytes +328 add info about com: and comu: links
  • curprev 00:2000:20, 8 August 2023KKosty4ka talk contribs 1,493 bytes +1,493 Created page with "cmd is a feature of OWOT that allows scripts to exchange string messages. ==Using cmd in scripts== Receiving cmd messages: <syntaxhighlight lang="javascript"> // Start receiving cmd messages w.broadcastReceive(); // cmd message event w.on("cmd", e => { /* Process the message here. Properties: kind = always "cmd" data = the actual text of the cmd message sender = the sender's channel id..."