diff options
Diffstat (limited to 'src/irc/dcc/dcc-get.h')
-rw-r--r-- | src/irc/dcc/dcc-get.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/irc/dcc/dcc-get.h b/src/irc/dcc/dcc-get.h index 65f5b682..321a8b4e 100644 --- a/src/irc/dcc/dcc-get.h +++ b/src/irc/dcc/dcc-get.h @@ -24,6 +24,7 @@ typedef struct { char *file; /* file name we're really moving, arg is just the reference */ unsigned int file_quoted:1; /* file name was received quoted ("file name") */ + unsigned int from_dccserver:1; /* get is using dccserver method */ } GET_DCC_REC; #define DCC_GET_TYPE module_get_uniq_id_str("DCC", "GET") |