1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-01 07:16:37 +02:00

scripts: fix script interpreter used after register during load of script in python/perl/ruby/lua/guile plugins (bug #41345)

This commit is contained in:
Sebastien Helleu
2014-01-25 13:04:25 +01:00
parent 97cede06b5
commit 86a99af606
14 changed files with 30 additions and 21 deletions
+1
View File
@@ -156,6 +156,7 @@ weechat_lua_api_register (lua_State *L)
"version %s (%s)"),
LUA_PLUGIN_NAME, name, version, description);
}
lua_current_script->interpreter = (lua_State *) lua_current_interpreter;
}
else
{