mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 04:13:32 +02: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
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue