- Timestamp:
- 2010-07-04T13:36:08Z (14 years ago)
- Branches:
- master
- Children:
- f537044
- Parents:
- c8eeadd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
irc_im.c
rc8eeadd r5c7b45c 30 30 31 31 static const struct irc_user_funcs irc_user_im_funcs; 32 33 static void bee_irc_imc_connected( struct im_connection *ic ) 34 { 35 irc_t *irc = (irc_t*) ic->bee->ui_data; 36 37 irc_channel_auto_joins( irc, ic->acc ); 38 } 39 40 static void bee_irc_imc_disconnected( struct im_connection *ic ) 41 { 42 /* Maybe try to send /QUITs here instead of later on. */ 43 } 32 44 33 45 static gboolean bee_irc_user_new( bee_t *bee, bee_user_t *bu ) … … 823 835 824 836 const struct bee_ui_funcs irc_ui_funcs = { 837 bee_irc_imc_connected, 838 bee_irc_imc_disconnected, 839 825 840 bee_irc_user_new, 826 841 bee_irc_user_free,
Note: See TracChangeset
for help on using the changeset viewer.