mirror of
https://github.com/irssi/irssi.git
synced 2026-08-18 16:12:30 +02:00
Lots of moving stuff around - hopefully I didn't break too much :)
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@632 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
3d124da13b
commit
e395e87ded
160 changed files with 3954 additions and 2959 deletions
26
src/core/server-connect-rec.h
Normal file
26
src/core/server-connect-rec.h
Normal file
|
|
@ -0,0 +1,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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue