mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 04:13:32 +02:00
Make proxy messages include more detail and add status command
This commit is contained in:
parent
d27c54486f
commit
aaa0f73eac
3 changed files with 44 additions and 6 deletions
|
|
@ -19,6 +19,7 @@ typedef struct {
|
|||
|
||||
typedef struct {
|
||||
char *nick, *host;
|
||||
int port;
|
||||
NET_SENDBUF_REC *handle;
|
||||
int recv_tag;
|
||||
char *proxy_address;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue