mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 20:33:46 +02:00
irssi proxy: allow multiplexing multiple networks over a single port
This commit is contained in:
parent
88e2449f83
commit
4732e33ca9
3 changed files with 48 additions and 12 deletions
|
|
@ -29,6 +29,7 @@ typedef struct {
|
|||
unsigned int user_sent:1;
|
||||
unsigned int connected:1;
|
||||
unsigned int want_ctcp:1;
|
||||
unsigned int multiplex:1;
|
||||
} CLIENT_REC;
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue