summary refs log tree commit diff stats
path: root/src/common/modes.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/modes.c
parente9a3528bbd6babdda1b287fe244abc4041f217ae (diff)
Remove old CAPAB stuff
We already check for identify-msg elsewhere
Diffstat (limited to 'src/common/modes.c')
-rw-r--r--src/common/modes.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/common/modes.c b/src/common/modes.c
index 7326b6fe..32b5a3fa 100644
--- a/src/common/modes.c
+++ b/src/common/modes.c
@@ -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