mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-12-24 01:30:38 +01:00
Fix IRC's requested libraries
This commit is contained in:
parent
29857f2527
commit
282d3bf57a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user