Merge branch 'topic/mm-fixes' of git://208.110.73.182/silc into silc.1.1.branch
[silc.git] / apps / irssi / src / core / channel-setup-rec.h
1 int type; /* module_get_uniq_id("CHANNEL SETUP", 0) */
2 int chat_type; /* chat_protocol_lookup(xx) */
3
4 char *name;
5 char *chatnet;
6 char *password;
7
8 char *botmasks;
9 char *autosendcmd;
10
11 unsigned int autojoin:1;
12 GHashTable *module_data;