1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-09-28 23:40:34 +02:00

IRC's bugfix #1 after update

This commit is contained in:
LeMagnesium 2015-02-06 15:32:34 +01:00
parent 218882457b
commit 0c223c87b3

View File

@ -18,7 +18,8 @@ if not rawget(_G,"jit") and package.config:sub(1, 1) == "/" then
";/usr/share/lua/5.1/?.lua"..
";/usr/share/lua/5.1/?/init.lua"
package.cpath = package.cpath..
";/usr/lib/lua/5.1/?.so"
-- ";/usr/lib/lua/5.1/?.so"
";/usr/lib/x86_64-linux-gnu/lua/5.1/?.so"
end
irc = {