Changed the return of the send function...
This commit is contained in:
parent
597a062b1b
commit
07dda08c5d
4 changed files with 15 additions and 15 deletions
|
@ -4,7 +4,7 @@
|
|||
-- Author: Diego Nehab
|
||||
-- RCS ID: $Id$
|
||||
-----------------------------------------------------------------------------
|
||||
require("socket")
|
||||
socket = require("socket")
|
||||
host = host or "localhost"
|
||||
port = port or 8080
|
||||
if arg then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue