Searched refs:bee_irc_channel_update (Results 1 – 4 of 4) sorted by relevance
/dports/irc/bitlbee/bitlbee-3.6/ |
H A D | irc_channel.c | 818 bee_irc_channel_update(ic->irc, ic, NULL); in control_channel_join() 835 bee_irc_channel_update(ic->irc, ic, NULL); in set_eval_by_account() 869 bee_irc_channel_update(ic->irc, ic, NULL); in set_eval_fill_by() 880 bee_irc_channel_update(ic->irc, ic, NULL); in set_eval_by_group() 898 bee_irc_channel_update(ic->irc, ic, NULL); in set_eval_by_protocol() 941 bee_irc_channel_update(ic->irc, ic, NULL); in set_eval_show_users()
|
H A D | irc_im.c | 155 bee_irc_channel_update(irc, NULL, iu); in bee_irc_user_status() 164 void bee_irc_channel_update(irc_t *irc, irc_channel_t *ic, irc_user_t *iu) in bee_irc_channel_update() function 174 bee_irc_channel_update(irc, ic, iu); in bee_irc_channel_update() 187 bee_irc_channel_update(irc, ic, iu); in bee_irc_channel_update() 407 bee_irc_channel_update(irc, NULL, iu); in bee_irc_user_group()
|
H A D | irc.h | 374 void bee_irc_channel_update(irc_t *irc, irc_channel_t *ic, irc_user_t *iu);
|
H A D | irc_commands.c | 318 bee_irc_channel_update(ic->irc, ic, NULL); in irc_cmd_join()
|