mirror of
https://github.com/irssi/irssi.git
synced 2026-08-16 23:22:16 +02:00
DCC cleanups - split DCC_REC to CHAT|GET|SEND_DCC_RECs. Plugins should
now be able to add whatever new DCC types. Nick changes affect DCC chats. /WHOIS without parameters works properly in DCC CHAT queries. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1194 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
118f9a11eb
commit
e4f7d55ce9
20 changed files with 1398 additions and 912 deletions
10
src/irc/dcc/dcc-file.h
Normal file
10
src/irc/dcc/dcc-file.h
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
#ifndef __DCC_FILE_H
|
||||
#define __DCC_FILE_H
|
||||
|
||||
#include "dcc.h"
|
||||
|
||||
typedef struct {
|
||||
#include "dcc-file-rec.h"
|
||||
} FILE_DCC_REC;
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue