1
0
镜像自地址 https://github.com/sys4-fr/server-nalc.git 已同步 2025-10-16 07:35:24 +02:00

Fix IRC's requested libraries

这个提交包含在:
LeMagnesium
2015-07-06 18:44:13 +02:00
父节点 29857f2527
当前提交 282d3bf57a
共有 2 个文件被更改,包括 2 次插入2 次删除

查看文件

@@ -27,8 +27,8 @@ if not rawget(_G, "jit") and package.config:sub(1, 1) == "/" then
ie.package.path = ie.package.path..
";/usr/share/lua/5.1/?.lua"..
";/usr/share/lua/5.1/?/init.lua"
if not rawget(_G, "jit") and package.config:sub(1, 1) == "/" then
ie.package.path = ie.package.path..
";/usr/lib/lua/5.1/?.so"
end
-- Temporarily set require so that LuaIRC can access it

查看文件

@@ -27,8 +27,8 @@ if not rawget(_G, "jit") and package.config:sub(1, 1) == "/" then
ie.package.path = ie.package.path..
";/usr/share/lua/5.1/?.lua"..
";/usr/share/lua/5.1/?/init.lua"
if not rawget(_G, "jit") and package.config:sub(1, 1) == "/" then
ie.package.path = ie.package.path..
";/usr/lib/lua/5.1/?.so"
end
-- Temporarily set require so that LuaIRC can access it