mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05:00
Ahem. still broken ;)
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@428 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
4737da10a1
commit
20e88f4210
@ -175,7 +175,7 @@ static void statusbar_nick(SBAR_ITEM_REC *item, int ypos)
|
||||
set_color((1 << 4)+7); addstr(server->usermode);
|
||||
set_color((1 << 4)+15); addch(')');
|
||||
}
|
||||
if (server->usermode_away) {
|
||||
if (server != NULL && server->usermode_away) {
|
||||
set_color((1 << 4)+7); addstr(" (");
|
||||
set_color((1 << 4)+10); addstr("zZzZ");
|
||||
set_color((1 << 4)+7); addch(')');
|
||||
|
Loading…
Reference in New Issue
Block a user