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

@@ -813,12 +813,6 @@ inbound_005 (server * serv, char *word[])
} else if (strcmp (word[w], "WHOX") == 0)
{
serv->have_whox = TRUE;
} else if (strcmp (word[w], "CAPAB") == 0)
{
serv->have_capab = TRUE;
/* 12345678901234567890 */
tcp_send_len (serv, "CAPAB IDENTIFY-MSG\r\n", 20);
/* now wait for numeric 290 */
} else if (strcmp (word[w], "EXCEPTS") == 0)
{
#ifndef WIN32