Kill legacy proxy support.

This commit is contained in:
Alexander Færøy 2016-10-18 22:12:27 +02:00
commit d6b0dd2b32
No known key found for this signature in database
GPG key ID: E15081D5D3C3DB53
13 changed files with 8 additions and 106 deletions

View file

@ -165,7 +165,6 @@ static void perl_client_fill_hash(HV *hv, CLIENT_REC *client)
{
(void) hv_store(hv, "nick", 4, new_pv(client->nick), 0);
(void) hv_store(hv, "addr", 4, new_pv(client->addr), 0);
(void) hv_store(hv, "proxy_address", 13, new_pv(client->proxy_address), 0);
(void) hv_store(hv, "server", 6, iobject_bless(client->server), 0);
(void) hv_store(hv, "pass_sent", 9, newSViv(client->pass_sent), 0);
(void) hv_store(hv, "user_sent", 9, newSViv(client->user_sent), 0);