Home
last modified time | relevance | path

Searched refs:irc_channel_wants_user (Results 1 – 4 of 4) sorted by relevance

/dports/irc/bitlbee/bitlbee-3.6/
H A Dirc.h324 gboolean irc_channel_wants_user(irc_channel_t *ic, irc_user_t *iu);
H A Dirc_channel.c354 irc_channel_wants_user(ic, iu)) { in irc_channel_with_user()
955 gboolean irc_channel_wants_user(irc_channel_t *ic, irc_user_t *iu) in irc_channel_wants_user() function
H A Dirc_im.c193 if (!irc_channel_wants_user(ic, iu)) { in bee_irc_channel_update()
H A Droot_commands.c1089 if (!bu || (irc->root->last_channel && !irc_channel_wants_user(irc->root->last_channel, iu))) { in cmd_blist()