Show
Ignore:
Timestamp:
07/03/08 22:20:05 (5 months ago)
Author:
flynd
Message:

More uin removed from the plugins.

Files:
1 modified

Legend:

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

    r6385 r6406  
    23342334      winMain->wprintf("%C%ASending SMS to %s ...", m_cColorInfo->nColor, 
    23352335                       m_cColorInfo->nAttr, u->GetCellularNumber()); 
    2336       winMain->event = licqDaemon->icqSendSms(u->GetCellularNumber(), 
    2337                        data->szMsg, strtoul(data->szId, (char **)NULL, 0)); 
     2336        winMain->event = licqDaemon->icqSendSms(data->szId, LICQ_PPID, 
     2337            u->GetCellularNumber(), data->szMsg); 
    23382338      gUserManager.DropUser(u); 
    23392339      winMain->state = STATE_PENDING;