irssi proxy: allow multiplexing multiple networks over a single port

This commit is contained in:
Lukas Mai 2016-02-17 23:06:51 +01:00
commit 4732e33ca9
3 changed files with 48 additions and 12 deletions

View file

@ -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