summaryrefslogtreecommitdiff
path: root/src/irc/bot/botnet.h
diff options
context:
space:
mode:
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;