Changeset 3802 for trunk/console
- Timestamp:
- 08/10/04 00:01:49 (4 years ago)
- Files:
-
- 1 modified
-
trunk/console/src/console.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/console/src/console.cpp
r3801 r3802 1743 1743 } 1744 1744 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 1749 1748 strcpy(szFrom, u->GetAlias()); 1750 1749 gUserManager.DropUser(u);
