mirror of
https://github.com/weechat/weechat.git
synced 2026-06-27 21:36:37 +02:00
trigger: fix typo in default conditions of "beep" trigger
This commit is contained in:
@@ -53,7 +53,7 @@ char *trigger_config_default_list[][1 + TRIGGER_NUM_OPTIONS] =
|
||||
{ "beep", "on",
|
||||
"print",
|
||||
"",
|
||||
"${tg_displayed) && (${tg_highlight} || ${tg_msg_pv})",
|
||||
"${tg_displayed} && (${tg_highlight} || ${tg_msg_pv})",
|
||||
"",
|
||||
"/print -beep",
|
||||
"ok" },
|
||||
|
||||
Reference in New Issue
Block a user