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