]> jfr.im git - irc/rqf/shadowircd.git/commitdiff
Remove another remnant of server hostmasking.
authorJilles Tjoelker <redacted>
Mon, 25 Aug 2008 22:00:11 +0000 (00:00 +0200)
committerJilles Tjoelker <redacted>
Mon, 25 Aug 2008 22:00:11 +0000 (00:00 +0200)
modules/core/m_server.c

index 95926f10c5aa64c7df2bbe38280572b2ea75e816..e9362df019f063d767fd5e4e6f901c6739a1b265 100644 (file)
@@ -292,12 +292,6 @@ ms_server(struct Client *client_p, struct Client *source_p, int parc, const char
                 * doesnt exist, although ircd can handle it, its not a realistic
                 * solution.. --fl_ 
                 */
-               /* It is behind a host-masked server. Completely ignore the
-                * server message(don't propagate or we will delink from whoever
-                * we propagate to). -A1kmm */
-               if(irccmp(target_p->name, name) && target_p->from == client_p)
-                       return 0;
-
                sendto_one(client_p, "ERROR :Server %s already exists", name);
 
                sendto_realops_snomask(SNO_GENERAL, L_ALL,