diff options
author | Patrick Griffis <tingping@tingping.se> | 2016-01-28 22:14:41 -0500 |
---|---|---|
committer | Patrick Griffis <tingping@tingping.se> | 2016-01-29 15:28:33 -0500 |
commit | 981d55e84c417095c0f686a6e22ba83ef9aa4b4e (patch) | |
tree | 46b024436dc9bdddef2bb5d4b2b3abecda85d2fa /src/common/hexchat.h | |
parent | 35d238ad3a48b07c0c204b22305f00805c190111 (diff) |
Add support for CAP 3.2
Diffstat (limited to 'src/common/hexchat.h')
-rw-r--r-- | src/common/hexchat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/hexchat.h b/src/common/hexchat.h index fb389179..a29ea1d8 100644 --- a/src/common/hexchat.h +++ b/src/common/hexchat.h @@ -572,6 +572,7 @@ typedef struct server unsigned int sasl_mech; /* mechanism for sasl auth */ unsigned int sent_saslauth:1; /* have sent AUTHENICATE yet */ unsigned int sent_capend:1; /* have sent CAP END yet */ + unsigned int waiting_on_cap:1; /* waiting on another line of CAP LS */ #ifdef USE_OPENSSL unsigned int use_ssl:1; /* is server SSL capable? */ unsigned int accept_invalid_cert:1;/* ignore result of server's cert. verify */ |