mirror of
https://github.com/irssi/irssi.git
synced 2024-11-03 04:27:19 -05:00
Merge pull request #65 from ailin-nemui/perl-irc-poly
forward alternate_nick to Irc::Server attributes
This commit is contained in:
commit
57576bb75f
@ -11,6 +11,7 @@ static void perl_irc_connect_fill_hash(HV *hv, IRC_SERVER_CONNECT_REC *conn)
|
|||||||
|
|
||||||
static void perl_irc_server_fill_hash(HV *hv, IRC_SERVER_REC *server)
|
static void perl_irc_server_fill_hash(HV *hv, IRC_SERVER_REC *server)
|
||||||
{
|
{
|
||||||
|
perl_irc_connect_fill_hash(hv, server->connrec);
|
||||||
perl_server_fill_hash(hv, (SERVER_REC *) server);
|
perl_server_fill_hash(hv, (SERVER_REC *) server);
|
||||||
|
|
||||||
(void) hv_store(hv, "real_address", 12, new_pv(server->real_address), 0);
|
(void) hv_store(hv, "real_address", 12, new_pv(server->real_address), 0);
|
||||||
|
Loading…
Reference in New Issue
Block a user