summaryrefslogtreecommitdiff
path: root/src/irc/proxy/module.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/irc/proxy/module.h')
-rw-r--r--src/irc/proxy/module.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/irc/proxy/module.h b/src/irc/proxy/module.h
index e0ccf856..ddf2f8fa 100644
--- a/src/irc/proxy/module.h
+++ b/src/irc/proxy/module.h
@@ -21,6 +21,7 @@ typedef struct {
int handle;
int tag;
+ char *proxy_address;
LISTEN_REC *listen;
IRC_SERVER_REC *server;
int pass_sent:1;