X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=ircd%2Fs_serv.c;h=abcf6aa55b66825e333e7f8c26fa9c7368d1807f;hb=refs%2Fheads%2Fupstream;hp=bc09198f80a813777e647c5cd4d34e9e581b81ca;hpb=d2bbc267ec2358a585dd28f8abf16c76a2cb7eea;p=ircu2.10.12-pk.git diff --git a/ircd/s_serv.c b/ircd/s_serv.c index bc09198..abcf6aa 100644 --- a/ircd/s_serv.c +++ b/ircd/s_serv.c @@ -133,12 +133,6 @@ int server_estab(struct Client *cptr, struct ConfItem *aconf) cli_serv(cptr)->timestamp, MAJOR_PROTOCOL, NumServCap(&me), feature_bool(FEAT_HUB) ? "h" : "", *(cli_info(&me)) ? cli_info(&me) : "IRCers United"); - /* - * Don't charge this IP# for connecting - * XXX - if this comes from a server port, it will not have been added - * to the IP check registry, see add_connection in s_bsd.c - */ - IPcheck_connect_fail(cptr); } det_confs_butmask(cptr, CONF_SERVER | CONF_UWORLD);