1
0
mirror of https://github.com/minetest-mods/irc.git synced 2025-07-01 07:30:30 +02:00

mod packer for Windows

This commit is contained in:
Diego Martínez
2012-12-01 18:15:06 -02:00
parent f88de06675
commit cc53525bd4
4 changed files with 93 additions and 12 deletions

View File

@ -10,7 +10,8 @@
local base = _G
local string = require("string")
local math = require("math")
local socket = require("socket.core")
--local socket = require("socket.core")
local socket = require("luasocket")
module("socket")
-----------------------------------------------------------------------------