Changeset 1444

Show
Ignore:
Timestamp:
08/08/04 15:18:44 (4 years ago)
Author:
morris
Message:

also check for empty status

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • WiredClient/trunk/WCChat.m

    r1420 r1444  
    1 /* $Id: WCChat.m,v 1.58 2004/08/04 20:13:35 morris Exp $ */ 
     1/* $Id: WCChat.m,v 1.59 2004/08/08 13:18:44 morris Exp $ */ 
    22 
    33/* 
     
    18401840        user    = [_shownUsers objectForKey:key]; 
    18411841         
    1842         return [user status] 
     1842        return [user status] && [[user status] length] > 0 
    18431843                ? [NSString stringWithFormat:@"%@\n%@", [user nick], [user status]] 
    18441844                : [user nick];