mirror of
https://github.com/irssi/irssi.git
synced 2026-08-22 01:52:19 +02:00
[2025-08-24 21:15:00] PLAN 4 COMPLETE - Nick Column expandos implementacja gotowa do testów
This commit is contained in:
parent
29af03ad78
commit
31f9ef1d6b
6 changed files with 119 additions and 2 deletions
|
|
@ -115,8 +115,11 @@ abstracts = {
|
|||
## messages
|
||||
##
|
||||
|
||||
# the basic styling of how to print message, $0 = nick mode, $1 = nick
|
||||
msgnick = "%K<%n$0$1-%K>%n %|";
|
||||
# the basic styling of how to print message
|
||||
# NICK COLUMN FEATURE: when enabled, uses $nickaligned expando
|
||||
# Enable with: /SET nick_column_enabled ON
|
||||
# Configure width: /SET nick_column_width 12
|
||||
msgnick = "%K<%n$nickaligned%K>%n %|";
|
||||
|
||||
# message from you is printed. "msgownnick" 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