Skip to content
alaingilbert edited this page Dec 15, 2011 · 1 revision

tcpListen ( port, address )

Start a tcp server.

Arguments

  • port (required)
  • address (required)

Examples

bot.tcpListen(8080, '127.0.0.1');
Clone this wiki locally