Make proxy messages include more detail and add status command

This commit is contained in:
Hans Nielsen 2014-06-24 23:45:35 -07:00
commit aaa0f73eac
3 changed files with 44 additions and 6 deletions

View file

@ -19,6 +19,7 @@ typedef struct {
typedef struct {
char *nick, *host;
int port;
NET_SENDBUF_REC *handle;
int recv_tag;
char *proxy_address;