bot & proxy plugins fixed for GIOChannel changes

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@965 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2000-12-05 01:01:53 +00:00 committed by cras
commit 4316840890
6 changed files with 28 additions and 30 deletions

View file

@ -11,14 +11,14 @@ typedef struct {
char *ircnet;
int tag;
int handle;
GIOChannel *handle;
} LISTEN_REC;
typedef struct {
LINEBUF_REC *buffer;
char *nick;
int handle;
GIOChannel *handle;
int tag;
char *proxy_address;