Searched refs:IRC_CDU_PART (Results 1 – 5 of 5) sorted by relevance
/dports/irc/bitlbee/bitlbee-3.6/ |
H A D | irc_im.c | 194 irc_channel_del_user(ic, iu, IRC_CDU_PART, NULL); in bee_irc_channel_update() 210 irc_channel_del_user(ic, iu, IRC_CDU_PART, NULL); in bee_irc_channel_update() 743 irc_channel_del_user(ic, bu == bee->user ? irc->user : bu->ui_data, IRC_CDU_PART, reason); in bee_irc_chat_remove_user()
|
H A D | irc.h | 239 IRC_CDU_PART, enumerator
|
H A D | irc_commands.c | 378 } else if (irc_channel_del_user(ic, irc->user, IRC_CDU_PART, cmd[2])) { in irc_cmd_part()
|
H A D | irc_channel.c | 281 else if (type == IRC_CDU_PART) { in irc_channel_del_user()
|
H A D | root_commands.c | 180 IRC_CDU_PART, "auto_join disabled " in cmd_identify()
|