summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/plugins/trigger/trigger-command.c10
1 files changed, 2 insertions, 8 deletions
diff --git a/src/plugins/trigger/trigger-command.c b/src/plugins/trigger/trigger-command.c
index 1fa71c709..0cfcf94dd 100644
--- a/src/plugins/trigger/trigger-command.c
+++ b/src/plugins/trigger/trigger-command.c
@@ -983,14 +983,8 @@ trigger_command_init ()
" 3. execute command(s) (if defined in trigger)\n"
" 4. exit with a return code (except for modifiers)\n"
"\n"
- "Examples:\n"
- " send alert (BEL) on highlight or private message:\n"
- " /trigger add beep print \"\" \"${tg_highlight} || ${tg_msg_pv}\" "
- "\"\" \"/print -stderr \\a\"\n"
- " replace password with '*' in /oper command (in command line and "
- "command history):\n"
- " /trigger add oper modifier input_text_display;history_add "
- "\"\" \"==^(/oper +\\S+ +)(.*)==$1$.*2\"\n"
+ "Examples (you can also look at default triggers with /trigger "
+ "listdefault):\n"
" add text attributes *bold*, _underline_ and /italic/ (only in "
"user messages):\n"
" /trigger add effects modifier weechat_print \"${tg_tag_nick}\" "