summaryrefslogtreecommitdiff
path: root/src/core/server-connect-rec.h
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2002-01-22 20:29:45 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2002-01-22 20:29:45 +0000
commit0157d234f87337f51bb6e3fb285eb89dc44ac5ac (patch)
tree2c1f88ed3c07eec00888d3a5d1590d582a19007e /src/core/server-connect-rec.h
parent5202ef93147c71a746e31f656d9735077ee86fa2 (diff)
downloadirssi-0157d234f87337f51bb6e3fb285eb89dc44ac5ac.zip
Added /SET proxy_string_after setting which gets sent after NICK/USER, bnc
wants this. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2338 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/core/server-connect-rec.h')
-rw-r--r--src/core/server-connect-rec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/server-connect-rec.h b/src/core/server-connect-rec.h
index 4aeba819..a59880e4 100644
--- a/src/core/server-connect-rec.h
+++ b/src/core/server-connect-rec.h
@@ -8,7 +8,7 @@ int refcount;
/* if we're connecting via proxy, or just NULLs */
char *proxy;
int proxy_port;
-char *proxy_string, *proxy_password;
+char *proxy_string, *proxy_string_after, *proxy_password;
unsigned short family; /* 0 = don't care, AF_INET or AF_INET6 */
char *tag; /* try to keep this tag when connected to server */