Remove another remnant of server hostmasking.

This commit is contained in:
Jilles Tjoelker 2008-08-26 00:00:11 +02:00
parent 79fae8dbc0
commit 509c9ee183
1 changed files with 0 additions and 6 deletions

View 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,