diff options
author | TingPing <tingping@tingping.se> | 2013-03-25 19:17:44 -0400 |
---|---|---|
committer | TingPing <tingping@tingping.se> | 2013-03-25 19:17:44 -0400 |
commit | eda9303ec90d1e69c2a6321f8405d95cf80f71c0 (patch) | |
tree | 640454835d16a00634dc46f781e2b2952f620d1a /src/common/hexchat.h | |
parent | e9a3528bbd6babdda1b287fe244abc4041f217ae (diff) |
Remove old CAPAB stuff
We already check for identify-msg elsewhere
Diffstat (limited to 'src/common/hexchat.h')
-rw-r--r-- | src/common/hexchat.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/hexchat.h b/src/common/hexchat.h index e234c976..f734472d 100644 --- a/src/common/hexchat.h +++ b/src/common/hexchat.h @@ -572,7 +572,6 @@ typedef struct server unsigned int have_namesx:1; /* 005 tokens NAMESX and UHNAMES */ unsigned int have_uhnames:1; unsigned int have_whox:1; /* have undernet's WHOX features */ - unsigned int have_capab:1; /* supports CAPAB (005 tells us) */ unsigned int have_idmsg:1; /* freenode's IDENTIFY-MSG */ unsigned int have_sasl:1; /* SASL capability */ unsigned int have_except:1; /* ban exemptions +e */ |