mirror of
https://github.com/irssi/irssi.git
synced 2026-08-20 17:12:51 +02:00
< and > removed from replaces block. added %K code to msgnick so <> would
still be grey in nick. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2313 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
757be11fff
commit
ea4323a1b6
1 changed files with 2 additions and 2 deletions
|
|
@ -52,7 +52,7 @@ default_color = "-1";
|
||||||
|
|
||||||
# these characters are automatically replaced with specified color
|
# these characters are automatically replaced with specified color
|
||||||
# (dark grey by default)
|
# (dark grey by default)
|
||||||
replaces = { "[]<>=" = "%K$*%n"; };
|
replaces = { "[]=" = "%K$*%n"; };
|
||||||
|
|
||||||
abstracts = {
|
abstracts = {
|
||||||
##
|
##
|
||||||
|
|
@ -115,7 +115,7 @@ abstracts = {
|
||||||
##
|
##
|
||||||
|
|
||||||
# the basic styling of how to print message, $0 = nick mode, $1 = nick
|
# the basic styling of how to print message, $0 = nick mode, $1 = nick
|
||||||
msgnick = "<$0$1-> %|";
|
msgnick = "%K<%n$0$1-%K>%n %|";
|
||||||
|
|
||||||
# message from you is printed. "msgownnick" specifies the styling of the
|
# message from you is printed. "msgownnick" specifies the styling of the
|
||||||
# nick ($0 part in msgnick) and "ownmsgnick" specifies the styling of the
|
# nick ($0 part in msgnick) and "ownmsgnick" specifies the styling of the
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue