Show
Ignore:
Timestamp:
06/27/08 16:40:20 (5 months ago)
Author:
flynd
Message:

Some more uin functions in console plugin changed.

Files:
1 modified

Legend:

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

    r6285 r6361  
    447447  if (bAlert) 
    448448  { 
    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); 
    454452  } 
    455453