mirror of
https://github.com/irssi/irssi.git
synced 2024-10-27 05:20:20 -04:00
added $query->{last_unread_msg}
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2710 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
cdec9aa9c6
commit
30802787dc
@ -369,6 +369,7 @@ void perl_query_fill_hash(HV *hv, QUERY_REC *query)
|
||||
|
||||
perl_window_item_fill_hash(hv, (WI_ITEM_REC *) query);
|
||||
|
||||
hv_store(hv, "last_unread_msg", 15, newSViv(query->last_unread_msg), 0);
|
||||
hv_store(hv, "address", 7, new_pv(query->address), 0);
|
||||
hv_store(hv, "server_tag", 10, new_pv(query->server_tag), 0);
|
||||
hv_store(hv, "unwanted", 8, newSViv(query->unwanted), 0);
|
||||
|
Loading…
Reference in New Issue
Block a user