mirror of
https://github.com/irssi/irssi.git
synced 2026-08-18 08:02:13 +02:00
DCC updates
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1267 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
7a6c3f0b7c
commit
2aeb9259e0
5 changed files with 123 additions and 8 deletions
|
|
@ -288,6 +288,7 @@ void perl_nick_fill_hash(HV *hv, NICK_REC *nick)
|
|||
type = "NICK";
|
||||
chat_type = (char *) chat_protocol_find_id(nick->chat_type)->name;
|
||||
|
||||
hv_store(hv, "type", 4, new_pv(type), 0);
|
||||
hv_store(hv, "last_check", 10, newSViv(nick->last_check), 0);
|
||||
|
||||
hv_store(hv, "nick", 4, new_pv(nick->nick), 0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue