diff options
Diffstat (limited to 'src/core/hook/wee-hook-command-run.c')
-rw-r--r-- | src/core/hook/wee-hook-command-run.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/hook/wee-hook-command-run.c b/src/core/hook/wee-hook-command-run.c index 2bec7d3b9..235ad8f1b 100644 --- a/src/core/hook/wee-hook-command-run.c +++ b/src/core/hook/wee-hook-command-run.c @@ -78,7 +78,8 @@ hook_command_run (struct t_weechat_plugin *plugin, return NULL; } - hook_get_priority_and_name (command, &priority, &ptr_command); + string_get_priority_and_name (command, &priority, &ptr_command, + HOOK_PRIORITY_DEFAULT); hook_init_data (new_hook, plugin, HOOK_TYPE_COMMAND_RUN, priority, callback_pointer, callback_data); |