1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-08 18:53:12 +02:00

trigger: add options trigger.color.trigger{_disabled}

This commit is contained in:
Sebastien Helleu
2014-02-06 11:19:32 +01:00
parent adf547a47c
commit 4a9c9a0b07
3 changed files with 55 additions and 15 deletions
+2
View File
@@ -28,6 +28,8 @@ extern struct t_config_section *trigger_config_section_trigger;
extern struct t_config_option *trigger_config_color_regex;
extern struct t_config_option *trigger_config_color_replace;
extern struct t_config_option *trigger_config_color_trigger;
extern struct t_config_option *trigger_config_color_trigger_disabled;
extern struct t_config_option *trigger_config_create_option (const char *trigger_name,
int index_option,