Added SILC Thread Queue API
[crypto.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;