Changed require"luasocket" to require"socket".
This commit is contained in:
parent
6c565dd7c0
commit
c23240726e
13 changed files with 186 additions and 12 deletions
|
@ -4,7 +4,7 @@
|
|||
-- Author: Diego Nehab
|
||||
-- RCS ID: $Id$
|
||||
-----------------------------------------------------------------------------
|
||||
require"luasocket"
|
||||
require"socket"
|
||||
host = host or "localhost"
|
||||
port = port or 7
|
||||
if arg then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue