From da64108877a22ad0cfa9f371e04e7b32d08639ad Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Sat, 17 Mar 2001 03:29:31 +0000 Subject: [PATCH] pubmsghinick - add %n after nick so underlines/blinks get disabled.. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1405 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- default.theme | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/default.theme b/default.theme index bc7f1fd2..d56b4293 100644 --- a/default.theme +++ b/default.theme @@ -126,7 +126,7 @@ abstracts = { # Example2.2: But you still want to keep <> grey for other messages: # pubmsgnick = "%K{msgnick $0 $1-%K}%n"; # pubmsgmenick = "%K{msgnick $0 $1-%K}%n"; - # pubmsghinick = "%K{msgnick $1 $0$2-%K}%n"; + # pubmsghinick = "%K{msgnick $1 $0$2-%n%K}%n"; # ownprivmsgnick = "%K{msgnick $0-%K}%n"; # privmsgnick = "%K{msgnick %R$0-%K}%n"; @@ -144,7 +144,7 @@ abstracts = { # public highlighted message in channel # $0 = highlight color, $1 = nick mode, $2 = nick - pubmsghinick = "{msgnick $1 $0$2-}"; + pubmsghinick = "{msgnick $1 $0$2-%n}"; # channel name is printed with message msgchannel = "%K:%c$0-%n";