Changed require"luasocket" to require"socket".

This commit is contained in:
Diego Nehab 2004-05-28 20:40:13 +00:00
parent 6c565dd7c0
commit c23240726e
13 changed files with 186 additions and 12 deletions

View file

@ -1,4 +1,4 @@
require "luasocket"
require"socket"
host = host or "localhost"
port = port or "8080"