1
0
mirror of https://github.com/irssi/irssi.git synced 2024-07-07 02:54:19 -04: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:
Timo Sirainen 2000-07-04 19:07:45 +00:00 committed by cras
parent 4737da10a1
commit 20e88f4210

View File

@ -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(')');