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:
@@ -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 "
|
||||
|
||||
Reference in New Issue
Block a user