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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/irc/proxy/module.h b/src/irc/proxy/module.h
index 99f99e54..e2aca133 100644
--- a/src/irc/proxy/module.h
+++ b/src/irc/proxy/module.h
@@ -13,6 +13,8 @@ typedef struct {
int tag;
GIOChannel *handle;
+
+ GSList *clients;
} LISTEN_REC;
typedef struct {