aboutsummaryrefslogtreecommitdiffstats
path: root/irc.h
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2010-05-09 00:54:37 +0100
committerWilmer van der Gaast <wilmer@gaast.net>2010-05-09 00:54:37 +0100
commiteb37735451207895e7e1b5b3dcc0f9cbe178ad38 (patch)
tree0e64d60cc7fdefc9d6fd8f6a4d7d789612a62d89 /irc.h
parent66b9e36aa9dfd123c66194d645a3c60cc3dc49bc (diff)
This is how you now start groupchats: /join #channel, /invite people.
Diffstat (limited to 'irc.h')
-rw-r--r--irc.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/irc.h b/irc.h
index 61859871..9f4578bb 100644
--- a/irc.h
+++ b/irc.h
@@ -130,7 +130,10 @@ extern const struct irc_user_funcs irc_user_self_funcs;
typedef enum
{
IRC_CHANNEL_JOINED = 1,
- IRC_CHANNEL_CONTACTS = 256,
+
+ /* Hack: Set this flag right before jumping into IM when we expect
+ a call to imcb_chat_new(). */
+ IRC_CHANNEL_CHAT_PICKME = 0x10000,
} irc_channel_flags_t;
typedef struct irc_channel