summaryrefslogtreecommitdiff
path: root/src/irc/irc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/irc/irc.h')
-rw-r--r--src/irc/irc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/irc/irc.h b/src/irc/irc.h
index 755bb874b..45c26daae 100644
--- a/src/irc/irc.h
+++ b/src/irc/irc.h
@@ -210,6 +210,7 @@ struct t_irc_dcc
t_irc_channel *channel; /* irc channel (for DCC chat only) */
int type; /* DCC type (send or receive) */
int status; /* DCC status (waiting, sending, ..) */
+ time_t start_time; /* the time when DCC started */
unsigned long addr; /* IP address */
int port; /* port */
char *nick; /* remote nick */