summaryrefslogtreecommitdiff
path: root/src/plugins/scripts/python
diff options
context:
space:
mode:
authorEmmanuel Bouthenot <kolter@openics.org>2005-12-06 22:38:06 +0000
committerEmmanuel Bouthenot <kolter@openics.org>2005-12-06 22:38:06 +0000
commit7a80558d0f179d0c007556f41a73c3d90bb4a171 (patch)
tree24e4d21460ce5aea94d0eee3e163991f10eda5f7 /src/plugins/scripts/python
parent0ef010d21121365ca901881de40d5daf6bf4f07a (diff)
downloadweechat-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.c2
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);