From 22c5f7b005dc2aef9b6754fcc46937666f57e59d Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Mon, 23 Dec 2002 10:08:10 +0000 Subject: Added sbnickmode around $cumode in statusbar. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3074 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- irssi.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'irssi.conf') diff --git a/irssi.conf b/irssi.conf index f5515382..b9e2a5b1 100644 --- a/irssi.conf +++ b/irssi.conf @@ -174,7 +174,7 @@ statusbar = { # treated "normally", you could change the time/user name to whatever time = "{sb $Z}"; - user = "{sb $cumode$N{sbmode $usermode}{sbaway $A}}"; + user = "{sb {sbnickmode $cumode}$N{sbmode $usermode}{sbaway $A}}"; # treated specially .. window is printed with non-empty windows, # window_empty is printed with empty windows -- cgit v1.2.3