summaryrefslogtreecommitdiff
path: root/src/core/server-connect-rec.h
blob: 863235de195a0565acbde4fce4e1764ba0ff751c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
/* SERVER_CONNECT_REC definition, used for inheritance */

int type;
int chat_type;

/* if we're connecting via proxy, or just NULLs */
char *proxy;
int proxy_port;
char *proxy_string;

char *address;
int port;
char *chatnet;

IPADDR *own_ip;

char *password;
char *nick;
char *username;
char *realname;

/* when reconnecting, the old server status */
int reconnection:1; /* we're trying to reconnect */
char *channels;
char *away_reason;
char *usermode;