From 4316840890b7b14b1fe05f5548f333fe0ff8ec62 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Tue, 5 Dec 2000 01:01:53 +0000 Subject: bot & proxy plugins fixed for GIOChannel changes git-svn-id: http://svn.irssi.org/repos/irssi/trunk@965 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- src/irc/bot/botnet.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/irc/bot/botnet.h') diff --git a/src/irc/bot/botnet.h b/src/irc/bot/botnet.h index 46489099..44b09bf7 100644 --- a/src/irc/bot/botnet.h +++ b/src/irc/bot/botnet.h @@ -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; -- cgit v1.2.3