Remove old CAPAB stuff

We already check for identify-msg elsewhere
This commit is contained in:
TingPing
2013-03-25 19:17:44 -04:00
parent e9a3528bbd
commit eda9303ec9
4 changed files with 0 additions and 16 deletions

View File

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