Changeset 1420

Show
Ignore:
Timestamp:
08/04/04 22:13:35 (4 years ago)
Author:
morris
Message:

disregards topics without a sender and a date

Files:

Legend:

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

    r1417 r1420  
    1 /* $Id: WCChat.m,v 1.57 2004/08/03 20:44:36 morris Exp $ */ 
     1/* $Id: WCChat.m,v 1.58 2004/08/04 20:13:35 morris Exp $ */ 
    22 
    33/* 
     
    887887         
    888888        if([cid unsignedIntValue] != _cid) 
     889                return; 
     890         
     891        if([nick length] == 0 || [date length] == 0) 
    889892                return; 
    890893