1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-30 06:46:38 +02:00

trigger: use command "/print -beep" in default trigger "beep"

This commit is contained in:
Sebastien Helleu
2014-02-22 12:02:02 +01:00
parent 57e195391b
commit c3c1a63ea8
+1 -1
View File
@@ -55,7 +55,7 @@ char *trigger_config_default_list[][1 + TRIGGER_NUM_OPTIONS] =
"",
"${tg_highlight} || ${tg_msg_pv}",
"",
"/print -stderr \\a",
"/print -beep",
"ok" },
/* hide passwords in commands */
{ "cmd_pass", "on",