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

@@ -518,14 +518,6 @@ process_numeric (session * sess, int n,
}
goto def;
case 290: /* CAPAB reply */
if (strstr (word_eol[1], "IDENTIFY-MSG"))
{
serv->have_idmsg = TRUE;
break;
}
goto def;
case 301:
inbound_away (serv, word[4],
(word_eol[5][0] == ':') ? word_eol[5] + 1 : word_eol[5]);