2000-08-26 15:39:44 +00:00
|
|
|
/* SERVER_CONNECT_REC definition, used for inheritance */
|
|
|
|
|
|
2000-09-01 00:26:46 +00:00
|
|
|
int type; /* module_get_uniq_id("SERVER CONNECT", 0) */
|
|
|
|
|
int chat_type; /* chat_protocol_lookup(xx) */
|
2000-08-26 15:39:44 +00:00
|
|
|
|
|
|
|
|
/* 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;
|