Changeset 1326

Show
Ignore:
Timestamp:
05/23/04 16:06:11 (4 years ago)
Author:
morris
Message:

/status can do without an argument

Files:

Legend:

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

    r1317 r1326  
    1 /* $Id: WCChat.m,v 1.48 2004/05/23 07:24:21 morris Exp $ */ 
     1/* $Id: WCChat.m,v 1.49 2004/05/23 14:06:11 morris Exp $ */ 
    22 
    33/* 
     
    14111411                return YES; 
    14121412        } 
    1413         else if(([command isEqualToString:@"/status"] || 
    1414                          [command isEqualToString:@"/s"]) && [argument length] > 0) { 
     1413        else if([command isEqualToString:@"/status"] || [command isEqualToString:@"/s"]){ 
    14151414                [_connection sendCommand:WCStatusCommand withArgument:argument withSender:self]; 
    14161415