summary refs log tree commit diff stats
path: root/src/common/proto-irc.c
diff options
context:
space:
mode:
authorTingPing <tingping@tingping.se>2013-03-25 19:17:44 -0400
committerTingPing <tingping@tingping.se>2013-03-25 19:17:44 -0400
commiteda9303ec90d1e69c2a6321f8405d95cf80f71c0 (patch)
tree640454835d16a00634dc46f781e2b2952f620d1a /src/common/proto-irc.c
parente9a3528bbd6babdda1b287fe244abc4041f217ae (diff)
Remove old CAPAB stuff
We already check for identify-msg elsewhere
Diffstat (limited to 'src/common/proto-irc.c')
-rw-r--r--src/common/proto-irc.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/common/proto-irc.c b/src/common/proto-irc.c
index 13147016..790e3242 100644
--- a/src/common/proto-irc.c
+++ b/src/common/proto-irc.c
@@ -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]);