CTCP forwarding fixes by Valentin Batz

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3133 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2003-10-19 18:56:58 +00:00 committed by cras
commit 6122035f2f
2 changed files with 33 additions and 15 deletions

View file

@ -30,6 +30,7 @@ typedef struct {
unsigned int pass_sent:1;
unsigned int user_sent:1;
unsigned int connected:1;
unsigned int want_ctcp:1;
} CLIENT_REC;
extern GSList *proxy_listens;