diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2004-09-09 21:41:54 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2004-09-09 21:41:54 +0000 |
commit | 1484e17ce1b85526457176688d6f093d91955ee7 (patch) | |
tree | 5b8b36b53400ce74cd60fd4667bc7e6f516c6312 /src/irc/irc.h | |
parent | 9759d72d3d98377469c6560ec9ec49defccf2727 (diff) | |
download | weechat-1484e17ce1b85526457176688d6f093d91955ee7.zip |
DCC not auto accepted (depending on config), "~" replaced by home in dcc download dir, suffix displayed in filename received (if file is renamed), highlight for DCC buffer
Diffstat (limited to 'src/irc/irc.h')
-rw-r--r-- | src/irc/irc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/irc/irc.h b/src/irc/irc.h index fb0f03b56..0d1057e67 100644 --- a/src/irc/irc.h +++ b/src/irc/irc.h @@ -188,6 +188,7 @@ struct t_dcc int file; /* local file (for reading or writing) */ char *filename; /* filename */ char *local_filename; /* local filename */ + int filename_suffix; /* suffix (.1 for ex) if renaming file */ unsigned long size; /* file size */ unsigned long pos; /* number of bytes received/sent */ t_dcc *next_dcc; /* link to next dcc file/chat */ |