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

trigger: add hook "info_hashtable"

This commit is contained in:
Sébastien Helleu
2019-04-13 13:53:16 +02:00
parent 8bc06ea101
commit 30768d4d24
31 changed files with 574 additions and 314 deletions
+1
View File
@@ -56,6 +56,7 @@ enum t_trigger_hook_type
TRIGGER_HOOK_CONFIG,
TRIGGER_HOOK_FOCUS,
TRIGGER_HOOK_INFO,
TRIGGER_HOOK_INFO_HASHTABLE,
/* number of hook types */
TRIGGER_NUM_HOOK_TYPES,
};