diff options
Diffstat (limited to 'irc.h')
-rw-r--r-- | irc.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -102,6 +102,7 @@ typedef struct irc { TODO: Some mechanism for plugindata. */ struct bee *b; + guint32 caps; } irc_t; typedef enum { |