mirror of
https://github.com/irssi/irssi.git
synced 2026-08-18 16:12:30 +02:00
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
This commit is contained in:
parent
5202ef9314
commit
0157d234f8
5 changed files with 13 additions and 2 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue