mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-14 09:40:20 +00:00
Remove old CAPAB stuff
We already check for identify-msg elsewhere
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user