1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-04 00:33:13 +02:00

Added date/time for DCC CHAT on DCC buffer

This commit is contained in:
Sebastien Helleu
2005-02-27 10:08:45 +00:00
parent 3686d92cb5
commit 4d4d697b17
6 changed files with 24 additions and 8 deletions
+1
View File
@@ -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 */