mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 12:53:42 +02:00
added "dcc request send" signal - irssi now prints "DCC CHAT/SEND request
sent to nick". git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1472 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
cb28685574
commit
f3f8eb620a
6 changed files with 17 additions and 0 deletions
|
|
@ -38,6 +38,7 @@ enum {
|
|||
IRCTXT_DCC_CONNECT_ERROR,
|
||||
IRCTXT_DCC_CANT_CREATE,
|
||||
IRCTXT_DCC_REJECTED,
|
||||
IRCTXT_DCC_REQUEST_SEND,
|
||||
IRCTXT_DCC_CLOSE,
|
||||
IRCTXT_DCC_LOWPORT,
|
||||
IRCTXT_DCC_LIST_HEADER,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue