mirror of
https://github.com/weechat/weechat.git
synced 2026-06-23 03:16:37 +02:00
fix various minor bugs in plugins scripts
This commit is contained in:
@@ -78,8 +78,6 @@ weechat_python_exec (t_weechat_plugin *plugin,
|
||||
|
||||
rc = PyObject_CallFunction(evFunc, "ss", server == NULL ? "" : server, arguments == NULL ? "" : arguments);
|
||||
|
||||
python_current_script = NULL;
|
||||
|
||||
if (rc)
|
||||
{
|
||||
ret = (int) PyInt_AsLong(rc);
|
||||
|
||||
Reference in New Issue
Block a user