From 7b71feb6f88b7e14199b8f7e9930f76d5324e356 Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Fri, 14 May 2010 00:34:38 +0100 Subject: Just enough code to join named chatrooms again. This UI is *not* final, the "chat" command will probably mostly stick around for bw compatibility. Still thinking about how this should work eventually. --- irc.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'irc.h') diff --git a/irc.h b/irc.h index eeb9b1b2..03600f1e 100644 --- a/irc.h +++ b/irc.h @@ -194,6 +194,12 @@ struct irc_control_channel struct account *account; }; +struct irc_groupchat_stub +{ + struct account *acc; + char *room; +}; + extern const struct bee_ui_funcs irc_ui_funcs; /* irc.c */ -- cgit v1.2.3