diff options
author | Timo Sirainen <cras@irssi.org> | 2001-03-17 03:29:31 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2001-03-17 03:29:31 +0000 |
commit | da64108877a22ad0cfa9f371e04e7b32d08639ad (patch) | |
tree | 55a8dcdd9647c528f181f1c02446924e4bf49ae7 /default.theme | |
parent | 002960765fc40db35f29b8a844aabd43389737ff (diff) | |
download | irssi-da64108877a22ad0cfa9f371e04e7b32d08639ad.zip |
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
Diffstat (limited to 'default.theme')
-rw-r--r-- | default.theme | 4 |
1 files 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"; |