aboutsummaryrefslogtreecommitdiffstats
path: root/irc.h
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2010-05-06 01:28:56 +0100
committerWilmer van der Gaast <wilmer@gaast.net>2010-05-06 01:28:56 +0100
commitaea8b68bd0e057441d671c008200e71dd046a211 (patch)
treeba3d668eec9747c9009a50e8cdbaa842bddf446c /irc.h
parent94383231eddf56112cf74f2ae65d691821d70803 (diff)
Starting to restore chatroom stuff. Only enough to create and be joined
into a room. More will follow soon.
Diffstat (limited to 'irc.h')
-rw-r--r--irc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/irc.h b/irc.h
index 86a731c5..cb34423b 100644
--- a/irc.h
+++ b/irc.h
@@ -146,6 +146,7 @@ typedef struct irc_channel
struct set *set;
const struct irc_channel_funcs *f;
+ void *data;
} irc_channel_t;
struct irc_channel_funcs