Ignore:
Timestamp:
2010-12-06T00:03:49Z (13 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
d76e12f
Parents:
a429907
Message:

First bits of CTCP support to contacts. (Try /CTCP VERSION on a Jabber
contact.)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/bee_user.c

    ra429907 rd88c92a  
    281281        }
    282282}
     283
     284void imcb_buddy_action_response( bee_user_t *bu, const char *action, char * const args[], void *data )
     285{
     286        if( bu->bee->ui->user_action_response )
     287                bu->bee->ui->user_action_response( bu->bee, bu, action, args, data );
     288}
Note: See TracChangeset for help on using the changeset viewer.