diff options
author | Emmanuel Bouthenot <kolter@openics.org> | 2005-12-06 22:38:06 +0000 |
---|---|---|
committer | Emmanuel Bouthenot <kolter@openics.org> | 2005-12-06 22:38:06 +0000 |
commit | 7a80558d0f179d0c007556f41a73c3d90bb4a171 (patch) | |
tree | 24e4d21460ce5aea94d0eee3e163991f10eda5f7 /src/plugins/scripts/python | |
parent | 0ef010d21121365ca901881de40d5daf6bf4f07a (diff) | |
download | weechat-7a80558d0f179d0c007556f41a73c3d90bb4a171.zip |
fix various minor bugs in plugins scripts
Diffstat (limited to 'src/plugins/scripts/python')
-rw-r--r-- | src/plugins/scripts/python/weechat-python.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/scripts/python/weechat-python.c b/src/plugins/scripts/python/weechat-python.c index 85be78a40..00728bba5 100644 --- a/src/plugins/scripts/python/weechat-python.c +++ b/src/plugins/scripts/python/weechat-python.c @@ -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); |