1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-01 23:36:37 +02:00

trigger: add hook config

This commit is contained in:
Sebastien Helleu
2014-02-10 13:08:40 +01:00
parent 614f34adbc
commit 9b3d2eeec7
6 changed files with 83 additions and 9 deletions
+1 -1
View File
@@ -236,7 +236,7 @@ trigger_config_create_option (const char *trigger_name, int index_option,
trigger_config_file, trigger_config_section_trigger,
option_name, "integer",
N_("type of hook used"),
"signal|hsignal|modifier|print|command_run|timer",
trigger_hook_option_values,
0, 0, value, NULL, 0,
NULL, NULL, &trigger_config_change_hook, NULL, NULL, NULL);
break;