From 56dc3a3e1d39245a4785ef76f8fbe524db025d3f Mon Sep 17 00:00:00 2001 From: stskeeps Date: Sun, 29 Oct 2000 09:17:19 +0000 Subject: [PATCH] . --- src/s_serv.c | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/s_serv.c b/src/s_serv.c index b2e5d87a8..e9ab786ba 100644 --- a/src/s_serv.c +++ b/src/s_serv.c @@ -745,13 +745,8 @@ int m_server(cptr, sptr, parc, parv) return exit_client(acptr, acptr, acptr, "Server Exists"); } - if ((acptr = find_client(host, NULL))) +/* if ((acptr = find_client(host, NULL))) { - /* - ** Server trying to use the same name as a person. Would - ** cause a fair bit of confusion. Enough to make it hellish - ** for a while and servers to send stuff to the wrong place. - */ sendto_one(cptr, "ERROR :Nickname %s already exists!", host); sendto_locfailops ("Link %s cancelled: Server/nick collision on %s", inpath, @@ -760,7 +755,7 @@ int m_server(cptr, sptr, parc, parv) ":%s GLOBOPS :Link %s cancelled: Server/nick collision on %s", parv[0], inpath, host); return exit_client(cptr, cptr, cptr, "Nick as Server"); - } + } */ if (IsServer(cptr)) {