Proxy is now emitting "proxy client connected" and "proxy client

disconnected" signals.


git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2404 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2002-02-08 07:25:51 +00:00 committed by cras
commit 2f09d9be5a
3 changed files with 15 additions and 2 deletions

View file

@ -18,7 +18,7 @@ typedef struct {
typedef struct {
LINEBUF_REC *buffer;
char *nick;
char *nick, *host;
GIOChannel *handle;
int tag;