diff options
Diffstat (limited to 'src/plugins')
-rw-r--r-- | src/plugins/scripts/python/weechat-python.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/scripts/python/weechat-python.c b/src/plugins/scripts/python/weechat-python.c index 69169dab0..e3faa6274 100644 --- a/src/plugins/scripts/python/weechat-python.c +++ b/src/plugins/scripts/python/weechat-python.c @@ -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 " |