mirror of
https://github.com/irssi/irssi.git
synced 2026-08-15 14:42:08 +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
|
|
@ -23,6 +23,7 @@ enum {
|
|||
IRCTXT_DCC_SEND,
|
||||
IRCTXT_DCC_SEND_CHANNEL,
|
||||
IRCTXT_DCC_SEND_EXISTS,
|
||||
IRCTXT_DCC_SEND_NO_ROUTE,
|
||||
IRCTXT_DCC_SEND_NOT_FOUND,
|
||||
IRCTXT_DCC_SEND_FILE_OPEN_ERROR,
|
||||
IRCTXT_DCC_SEND_CONNECTED,
|
||||
|
|
@ -46,6 +47,7 @@ enum {
|
|||
IRCTXT_DCC_LIST_HEADER,
|
||||
IRCTXT_DCC_LIST_LINE_CHAT,
|
||||
IRCTXT_DCC_LIST_LINE_FILE,
|
||||
IRCTXT_DCC_LIST_LINE_QUEUED_SEND,
|
||||
IRCTXT_DCC_LIST_FOOTER
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue