mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 21:00:40 +02:00
DCC send supports now queueing. Patch by Heikki Orsila <heikki@ee.tut.fi>,
although I did pretty heavy changes which hopefully didn't break it too badly :) New syntax: DCC SEND [-append | -prepend | flush | -rmtail | -rmhead] <nick> -<file> [<file> ...] git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2994 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
cd3ff41f3e
commit
488e7b70f4
9 changed files with 225 additions and 45 deletions
|
|
@ -12,7 +12,8 @@ libirc_dcc_a_SOURCES = \
|
|||
dcc-get.c \
|
||||
dcc-send.c \
|
||||
dcc-resume.c \
|
||||
dcc-autoget.c
|
||||
dcc-autoget.c \
|
||||
dcc-queue.c
|
||||
|
||||
noinst_HEADERS = \
|
||||
dcc-rec.h \
|
||||
|
|
@ -22,4 +23,5 @@ noinst_HEADERS = \
|
|||
dcc-chat.h \
|
||||
dcc-get.h \
|
||||
dcc-send.h \
|
||||
dcc-queue.h \
|
||||
module.h
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue