- Timestamp:
- 03/06/00 13:14:45 (9 years ago)
- Files:
-
- 1 modified
-
trunk/auto-reply/src/autoreply.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/auto-reply/src/autoreply.cpp
r1220 r1259 177 177 { 178 178 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) 180 180 ProcessUserEvent(s->Uin(), s->Argument()); 181 181 break;
