/[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.14 by flashcode, Tue Nov 8 09:16:32 2005 UTC revision 1.15 by kolter, Wed Nov 16 21:13:56 2005 UTC
# Line 70  weechat_python_exec (t_weechat_plugin *p Line 70  weechat_python_exec (t_weechat_plugin *p
70      }      }
71            
72      ret = -1;      ret = -1;
73        
74        python_current_script = script;
75    
76      rc = PyObject_CallFunction(evFunc, "ss", server == NULL ? "" : server, arguments == NULL ? "" : arguments);      rc = PyObject_CallFunction(evFunc, "ss", server == NULL ? "" : server, arguments == NULL ? "" : arguments);
77    

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

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