Use ircnet name as the proxy's "real address".

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@825 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2000-11-09 21:40:22 +00:00 committed by cras
commit 4211d1e80b
3 changed files with 36 additions and 26 deletions

View file

@ -21,6 +21,7 @@ typedef struct {
int handle;
int tag;
char *proxy_address;
LISTEN_REC *listen;
IRC_SERVER_REC *server;
int pass_sent:1;