1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-27 05:16:38 +02:00

scripts: hide message when the eval script is unloaded

Related to commit 8fbbe8b0d5.
This commit is contained in:
Sébastien Helleu
2018-03-17 08:17:41 +01:00
parent 939c3f7cd0
commit 8cf3b09d81
5 changed files with 10 additions and 0 deletions
+2
View File
@@ -855,7 +855,9 @@ weechat_lua_eval (struct t_gui_buffer *buffer, int send_to_buffer_as_input,
if (!weechat_config_boolean (lua_config_look_eval_keep_context))
{
lua_quiet = 1;
weechat_lua_unload (lua_script_eval);
lua_quiet = 0;
lua_script_eval = NULL;
}