Added SILC Thread Queue API
[crypto.git] / apps / irssi / src / core / chatnet-rec.h
1 int type; /* module_get_uniq_id("CHATNET", 0) */
2 int chat_type; /* chat_protocol_lookup(xx) */
3
4 char *name;
5
6 char *nick;
7 char *username;
8 char *realname;
9
10 char *own_host; /* address to use when connecting this server */
11 char *autosendcmd; /* command to send after connecting to this ircnet */
12 IPADDR *own_ip4, *own_ip6; /* resolved own_address if not NULL */