Changeset 3988

Show
Ignore:
Timestamp:
03/28/06 18:31:33 (2 years ago)
Author:
morris
Message:

Oops

Files:

Legend:

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

    r3977 r3988  
    507507                } 
    508508                else if(matchingSet == commands) { 
    509                         return [string stringByAppendingString:@" "]; 
     509                        return [prefix stringByAppendingString:@" "]; 
    510510                } 
    511511        }