mirror of
https://github.com/irssi/irssi.git
synced 2024-11-03 04:27:19 -05:00
forward alternate_nick to Irc::Server attributes
add the missing alternate_nick in Irc::Server by making an additional call to the Irc::Connect filler. this is not quite ideal but might need bigger refactoring otherwise.
This commit is contained in:
parent
2e6f16c0fa
commit
ccc64c0050
@ -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);
|
||||||
|
|
||||||
hv_store(hv, "real_address", 12, new_pv(server->real_address), 0);
|
hv_store(hv, "real_address", 12, new_pv(server->real_address), 0);
|
||||||
|
Loading…
Reference in New Issue
Block a user