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

trigger: fix trigger example "effects" in /help trigger (update regex to new format)

This commit is contained in:
Sébastien Helleu
2014-11-01 20:34:52 +01:00
parent de067ff6a0
commit e0810ae6d5
19 changed files with 4508 additions and 1631 deletions
+3 -3
View File
@@ -1148,9 +1148,9 @@ trigger_command_init ()
" add text attributes *bold*, _underline_ and /italic/ (only in "
"user messages):\n"
" /trigger add effects modifier weechat_print \"${tg_tag_nick}\" "
"\"==\\*(\\S+)\\*==*${color:bold}$1${color:-bold}*== "
"==_(\\S+)_==_${color:underline}$1${color:-underline}_== "
"==/(\\S+)/==/${color:italic}$1${color:-italic}/\"\n"
"\"==\\*(\\S+)\\*==*${color:bold}${re:1}${color:-bold}*== "
"==_(\\S+)_==_${color:underline}${re:1}${color:-underline}_== "
"==/(\\S+)/==/${color:italic}${re:1}${color:-italic}/\"\n"
" hide nicklist bar on small terminals:\n"
" /trigger add resize_small signal signal_sigwinch "
"\"${info:term_width} < 100\" \"\" \"/bar hide nicklist\"\n"