mirror of
https://github.com/irssi/irssi.git
synced 2026-08-19 00:22:17 +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
|
|
@ -13,7 +13,8 @@ libirc_dcc_a_SOURCES = \
|
|||
dcc-send.c \
|
||||
dcc-resume.c \
|
||||
dcc-autoget.c \
|
||||
dcc-queue.c
|
||||
dcc-queue.c \
|
||||
dcc-server.c
|
||||
|
||||
noinst_HEADERS = \
|
||||
dcc-rec.h \
|
||||
|
|
@ -24,4 +25,5 @@ noinst_HEADERS = \
|
|||
dcc-get.h \
|
||||
dcc-send.h \
|
||||
dcc-queue.h \
|
||||
module.h
|
||||
module.h \
|
||||
dcc-server.h
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue