1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-02 07:46:38 +02:00

trigger: add hook command_run

This commit is contained in:
Sebastien Helleu
2014-02-04 21:43:47 +01:00
parent 639ac51593
commit 66158f41f2
5 changed files with 113 additions and 9 deletions
+2 -1
View File
@@ -142,7 +142,8 @@ 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|timer", 0, 0, value, NULL, 0,
"signal|hsignal|modifier|print|command_run|timer",
0, 0, value, NULL, 0,
NULL, NULL, NULL, NULL, NULL, NULL);
break;
case TRIGGER_OPTION_ARGUMENTS: