Changeset 6361 for trunk/console/src/console_menu.cpp
- Timestamp:
- 06/27/08 16:40:20 (5 months ago)
- Files:
-
- 1 modified
-
trunk/console/src/console_menu.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/console/src/console_menu.cpp
r6285 r6361 447 447 if (bAlert) 448 448 { 449 int nUin = atol(szArg); 450 licqDaemon->icqAlertUser(nUin); 451 winMain->wprintf("%C%AAlerted user %ld they were added.\n", 452 m_cColorInfo->nColor, m_cColorInfo->nAttr, 453 nUin); 449 licqDaemon->icqAlertUser(szArg, LICQ_PPID); 450 winMain->wprintf("%C%AAlerted user %s they were added.\n", 451 m_cColorInfo->nColor, m_cColorInfo->nAttr, szArg); 454 452 } 455 453
