1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-23 11:26:38 +02:00

fix typo in parsing args for weechat_python_add_command_handler

This commit is contained in:
Emmanuel Bouthenot
2006-02-16 21:14:36 +00:00
parent c491b39388
commit 14c9afb990
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -394,7 +394,7 @@ weechat_python_add_command_handler (PyObject *self, PyObject *args)
if (!PyArg_ParseTuple (args, "ss|ssss", &command, &function,
&description, &arguments, &arguments_description,
completion_template))
&completion_template))
{
python_plugin->print_server (python_plugin,
"Python error: wrong parameters for "