mirror of
https://github.com/irssi/irssi.git
synced 2026-08-19 08:32:07 +02:00
Added DCC SERVER support by Mark Trumbull
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3127 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
579c1c2efd
commit
65463924d2
12 changed files with 506 additions and 21 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue