mirror of
https://github.com/irssi/irssi.git
synced 2026-08-19 16:42:30 +02:00
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:
parent
d1eaeca255
commit
4316840890
6 changed files with 28 additions and 30 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue