1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-26 04:46:37 +02:00

trigger: add hook "info"

This commit is contained in:
Sébastien Helleu
2019-04-13 08:52:40 +02:00
parent 299c308f00
commit 8bc06ea101
25 changed files with 283 additions and 68 deletions
+1
View File
@@ -55,6 +55,7 @@ enum t_trigger_hook_type
TRIGGER_HOOK_TIMER,
TRIGGER_HOOK_CONFIG,
TRIGGER_HOOK_FOCUS,
TRIGGER_HOOK_INFO,
/* number of hook types */
TRIGGER_NUM_HOOK_TYPES,
};