IRC's bugfix #1 after update

This commit is contained in:
LeMagnesium 2015-02-06 15:32:34 +01:00
parent 218882457b
commit 0c223c87b3
1 changed files with 2 additions and 1 deletions

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 = {