Changeset 1417

Show
Ignore:
Timestamp:
08/03/04 22:44:36 (4 years ago)
Author:
morris
Message:

/stats should send WCSayCommand and nothing else

Files:

Legend:

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

    r1411 r1417  
    1 /* $Id: WCChat.m,v 1.56 2004/08/02 20:36:40 morris Exp $ */ 
     1/* $Id: WCChat.m,v 1.57 2004/08/03 20:44:36 morris Exp $ */ 
    22 
    33/* 
     
    14731473        } 
    14741474        else if([command isEqualToString:@"/stats"]) { 
    1475                 [_connection sendCommand:WCIconCommand 
     1475                [_connection sendCommand:WCSayCommand 
    14761476                                        withArgument:[NSString stringWithFormat:@"%u", _cid] 
    14771477                                        withArgument:[WCStats stats]