1
0
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:
Emmanuel Bouthenot
2005-12-06 22:38:06 +00:00
parent 0ef010d211
commit 7a80558d0f
6 changed files with 10 additions and 14 deletions
@@ -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);