1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-24 03:46:39 +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
@@ -1100,7 +1100,9 @@ weechat_python_eval (struct t_gui_buffer *buffer, int send_to_buffer_as_input,
if (!weechat_config_boolean (python_config_look_eval_keep_context))
{
python_quiet = 1;
weechat_python_unload (python_script_eval);
python_quiet = 0;
python_script_eval = NULL;
}