Changeset 2404c3a for buddylist.c


Ignore:
Timestamp:
Oct 3, 2003, 7:34:01 PM (21 years ago)
Author:
James M. Kretchmar <kretch@mit.edu>
Branches:
master, barnowl_perlaim, debian, owl, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
Children:
f933403
Parents:
87c6ef1
Message:
Added the "source" command
File:
1 edited

Legend:

Unmodified
Added
Removed
  • buddylist.c

    ra352335c r2404c3a  
    77  owl_list_create(&(b->buddies));
    88  owl_list_create(&(b->idletimes));
     9  /* owl_list_create(&(g->buddymsg_queue)); */
    910}
    1011
     
    9293{
    9394  if (!owl_buddylist_is_buddy_loggedin(b, screenname)) return;
     95 
    9496  owl_aim_get_idle(screenname);
    9597}
     
    142144}
    143145
    144 /* set the idle time for user 'screenname'.  If the given
    145  * screenname is not on the buddy list do nothing
     146/* Set the idle time for user 'screenname'.  If the given screenname
     147 * is not on the buddy list do nothing.  If there is a queued request
     148 * for this screename, remove it from the queue.
    146149 */
    147150void owl_buddylist_set_idletime(owl_buddylist *b, char *screenname, int minutes)
Note: See TracChangeset for help on using the changeset viewer.