mirror of
https://github.com/irssi/irssi.git
synced 2026-08-09 20:00:23 +02:00
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:
parent
b058b9740c
commit
2f09d9be5a
3 changed files with 15 additions and 2 deletions
|
|
@ -18,7 +18,7 @@ typedef struct {
|
|||
typedef struct {
|
||||
LINEBUF_REC *buffer;
|
||||
|
||||
char *nick;
|
||||
char *nick, *host;
|
||||
GIOChannel *handle;
|
||||
int tag;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue