1
0
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:
Sébastien Helleu
2014-09-28 16:05:19 +02:00
parent cd7e7b479d
commit 6e770b9625
+1 -1
View File
@@ -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" },