From 1c40aa73b52e4507404c82056170069a859fb0cb Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Mon, 28 Jun 2010 01:07:46 +0100 Subject: Mark nameless groupchat channels as temporary so they don't stick around forever. --- irc.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'irc.h') diff --git a/irc.h b/irc.h index 74e66075..b9257645 100644 --- a/irc.h +++ b/irc.h @@ -131,7 +131,9 @@ extern const struct irc_user_funcs irc_user_self_funcs; typedef enum { - IRC_CHANNEL_JOINED = 1, + IRC_CHANNEL_JOINED = 1, /* The user is currently in the channel. */ + IRC_CHANNEL_TEMP = 2, /* Erase the channel when the user leaves, + and don't save it. */ /* Hack: Set this flag right before jumping into IM when we expect a call to imcb_chat_new(). */ -- cgit v1.2.3