From 9b3efc65a4ca6b90a82f9282a4481f1d3e9c252b Mon Sep 17 00:00:00 2001 From: lpoujol Date: Tue, 21 Mar 2017 11:52:35 +0100 Subject: [PATCH] ajout highlight_regex --- HowtoWeechat.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/HowtoWeechat.md b/HowtoWeechat.md index 020d6ba6..080e3b45 100644 --- a/HowtoWeechat.md +++ b/HowtoWeechat.md @@ -47,6 +47,12 @@ Mots à «highlighter» /set weechat.look.highlight foo,bar ~~~ +Faire des highlights un peu plus sophistiqués (ie: à base de regex) + +~~~ +/set weechat.look.highlight_regex ^\*|^\* :|^\*: +~~~ + Couleur des highlights dans les channels ~~~