mirror of
https://github.com/weechat/weechat.git
synced 2026-06-26 21:06:38 +02:00
core: remove options trigger.color.trigger and trigger.color.trigger_disabled (issue #1820)
These options are used instead: - weechat.color.chat_status_disabled - weechat.color.chat_status_enabled
This commit is contained in:
@@ -341,7 +341,7 @@ trigger_buffer_display_trigger (struct t_trigger *trigger,
|
||||
weechat_color (weechat_config_string (trigger_config_color_identifier)),
|
||||
context->id,
|
||||
trigger_hook_type_string[weechat_config_integer (trigger->options[TRIGGER_OPTION_HOOK])],
|
||||
weechat_color (weechat_config_string (trigger_config_color_trigger)),
|
||||
weechat_color ("chat_status_enabled"),
|
||||
trigger->name,
|
||||
weechat_color ("chat_delimiters"),
|
||||
weechat_color ("reset"),
|
||||
|
||||
Reference in New Issue
Block a user