Changeset 1259 for trunk/auto-reply

Show
Ignore:
Timestamp:
03/06/00 13:14:45 (9 years ago)
Author:
graham
Message:

Check that the event is new and not deleted.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/auto-reply/src/autoreply.cpp

    r1220 r1259  
    177177  { 
    178178  case SIGNAL_UPDATExUSER: 
    179     if (s->SubSignal() == USER_EVENTS && s->Uin() != gUserManager.OwnerUin()) 
     179    if (s->SubSignal() == USER_EVENTS && s->Uin() != gUserManager.OwnerUin() && s->Argument() > 0) 
    180180      ProcessUserEvent(s->Uin(), s->Argument()); 
    181181    break;