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

@ -44,7 +44,7 @@ typedef struct {
char *nick; /* bot's unique nick in botnet */
int priority;
int handle;
GIOChannel *handle;
int read_tag;
void *buffer;
@ -82,7 +82,7 @@ struct _botnet_rec {
char *addr; /* in what address we should listen, NULL = all */
int port; /* what port we should listen, 0 = default, -1 = don't listen */
int listen_handle;
GIOChannel *listen_handle;
int listen_tag;
GSList *uplinks;