mirror of
https://github.com/irssi/irssi.git
synced 2026-08-15 14:42:08 +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
|
|
@ -48,7 +48,10 @@ enum {
|
|||
IRCTXT_DCC_LIST_LINE_CHAT,
|
||||
IRCTXT_DCC_LIST_LINE_FILE,
|
||||
IRCTXT_DCC_LIST_LINE_QUEUED_SEND,
|
||||
IRCTXT_DCC_LIST_FOOTER
|
||||
IRCTXT_DCC_LIST_FOOTER,
|
||||
IRCTXT_DCC_LIST_LINE_SERVER,
|
||||
IRCTXT_DCC_SERVER_STARTED,
|
||||
IRCTXT_DCC_SERVER_CLOSED
|
||||
};
|
||||
|
||||
extern FORMAT_REC fecommon_irc_dcc_formats[];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue