summary refs log tree commit diff stats
path: root/src/common/proto-irc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/proto-irc.c')
-rw-r--r--src/common/proto-irc.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/common/proto-irc.c b/src/common/proto-irc.c
index 5c803a02..27c3cb8e 100644
--- a/src/common/proto-irc.c
+++ b/src/common/proto-irc.c
@@ -484,15 +484,6 @@ process_numeric (session * sess, int n,
 				inbound_foundip (sess, strrchr(word[10], '@')+1);
 		}
 
-		/* use /NICKSERV */
-		if (g_ascii_strcasecmp (word[7], "DALnet") == 0 ||
-			 g_ascii_strcasecmp (word[7], "BRASnet") == 0)
-			serv->nickservtype = 1;
-
-		/* use /NS */
-		else if (g_ascii_strcasecmp (word[7], "FreeNode") == 0)
-			serv->nickservtype = 2;
-
 		goto def;
 
 	case 4:	/* check the ircd type */