Changeset 6278
- Timestamp:
- 06/13/08 03:33:52 (6 months ago)
- Location:
- trunk/licq
- Files:
-
- 2 modified
-
include/licq_icqd.h (modified) (1 diff)
-
src/user.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/licq/include/licq_icqd.h
r6277 r6278 500 500 501 501 /** 502 * Set i nvisible list status for a contact502 * Set ignore list status for a contact 503 503 * 504 504 * @param id User id -
trunk/licq/src/user.cpp
r6277 r6278 1639 1639 { 1640 1640 // Server group currently only supported for ICQ protocol 1641 // Group can only be changed, not removed1641 // Server group can only be changed, not removed 1642 1642 if (ppid == LICQ_PPID && inGroup) 1643 1643 gLicqDaemon->icqChangeGroup(id, ppid, groupId, gsid,
