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:
@ -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")
|
||||
|
||||
-----------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user