Changeset 3802 for trunk/console

Show
Ignore:
Timestamp:
08/10/04 00:01:49 (4 years ago)
Author:
emostar
Message:

Another TODO removed.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/console/src/console.cpp

    r3801 r3802  
    17431743  } 
    17441744  char szFrom[32]; 
    1745   //TODO: FIX THIS: 
    1746   //if (gUserManager.OwnerUin() == nUin) 
    1747   //  strcpy(szFrom, "Server"); 
    1748   //else 
     1745  if (gUserManager.FindOwner(szId, nPPID)) 
     1746    strcpy(szFrom, "Server"); 
     1747  else 
    17491748    strcpy(szFrom, u->GetAlias()); 
    17501749  gUserManager.DropUser(u);