mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 21:00:40 +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
|
|
@ -11,14 +11,14 @@ typedef struct {
|
|||
char *ircnet;
|
||||
|
||||
int tag;
|
||||
int handle;
|
||||
GIOChannel *handle;
|
||||
} LISTEN_REC;
|
||||
|
||||
typedef struct {
|
||||
LINEBUF_REC *buffer;
|
||||
|
||||
char *nick;
|
||||
int handle;
|
||||
GIOChannel *handle;
|
||||
int tag;
|
||||
|
||||
char *proxy_address;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue