diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2014-02-22 12:02:02 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2014-02-22 12:02:02 +0100 |
commit | c3c1a63ea82d1026670cd9a8a94adfaf2d3503b5 (patch) | |
tree | d40bcb743c0be663e7724848056bf8e9d025a888 /src/plugins | |
parent | 57e195391bff0c85326bd271c362ab5b34f67dd7 (diff) | |
download | weechat-c3c1a63ea82d1026670cd9a8a94adfaf2d3503b5.zip |
trigger: use command "/print -beep" in default trigger "beep"
Diffstat (limited to 'src/plugins')
-rw-r--r-- | src/plugins/trigger/trigger-config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/trigger/trigger-config.c b/src/plugins/trigger/trigger-config.c index 133b0a65d..7f98b5321 100644 --- a/src/plugins/trigger/trigger-config.c +++ b/src/plugins/trigger/trigger-config.c @@ -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", |