Home
last modified time | relevance | path

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

/dports/irc/bitlbee/bitlbee-3.6/
H A Dirc_im.c813 chan->flags |= IRC_CHANNEL_TEMP; in bee_irc_chat_invite()
945 if (!(ic->flags & IRC_CHANNEL_TEMP)) { in bee_irc_channel_chat_part()
1038 ic->flags |= IRC_CHANNEL_TEMP; in bee_irc_channel_init()
1072 ic->flags |= IRC_CHANNEL_TEMP; in set_eval_chat_type()
1074 ic->flags &= ~IRC_CHANNEL_TEMP; in set_eval_chat_type()
1092 ic->flags &= ~IRC_CHANNEL_TEMP; in bee_irc_channel_free()
H A Dirc.h164 IRC_CHANNEL_TEMP = 2, /* Erase the channel when the user leaves, enumerator
H A Dstorage_xml.c406 if (ic->flags & IRC_CHANNEL_TEMP) { in xml_generate()
H A Dirc_channel.c292 } else if (ic->flags & IRC_CHANNEL_TEMP) { in irc_channel_del_user()