summaryrefslogtreecommitdiff
path: root/src/irc/bot/botnet.h
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2000-12-05 01:01:53 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2000-12-05 01:01:53 +0000
commit4316840890b7b14b1fe05f5548f333fe0ff8ec62 (patch)
tree989f8a6f9c1a0fbe6a8e8953165c76fcc184c138 /src/irc/bot/botnet.h
parentd1eaeca255025c38f70e9542ec141a5713496142 (diff)
downloadirssi-4316840890b7b14b1fe05f5548f333fe0ff8ec62.zip
bot & proxy plugins fixed for GIOChannel changes
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@965 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/irc/bot/botnet.h')
-rw-r--r--src/irc/bot/botnet.h4
1 files changed, 2 insertions, 2 deletions
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;