/[weechat]/weechat/src/plugins/scripts/python/weechat-python.c
ViewVC logotype

Diff of /weechat/src/plugins/scripts/python/weechat-python.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.17 by kolter, Fri Dec 2 22:27:17 2005 UTC revision 1.18 by kolter, Tue Dec 6 22:38:06 2005 UTC
# Line 78  weechat_python_exec (t_weechat_plugin *p Line 78  weechat_python_exec (t_weechat_plugin *p
78    
79      rc = PyObject_CallFunction(evFunc, "ss", server == NULL ? "" : server, arguments == NULL ? "" : arguments);      rc = PyObject_CallFunction(evFunc, "ss", server == NULL ? "" : server, arguments == NULL ? "" : arguments);
80    
     python_current_script = NULL;  
           
81      if (rc)      if (rc)
82      {      {
83          ret = (int) PyInt_AsLong(rc);          ret = (int) PyInt_AsLong(rc);

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26