mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 20:33:46 +02:00
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:
parent
bb441ebbde
commit
6122035f2f
2 changed files with 33 additions and 15 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue