mirror of
https://github.com/irssi/irssi.git
synced 2025-01-03 14:56:47 -05:00
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
This commit is contained in:
parent
002960765f
commit
da64108877
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user