mirror of
https://github.com/irssi/irssi.git
synced 2026-08-20 00:52:30 +02:00
updated
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1090 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
abcb44f835
commit
ddfb8dea3a
3 changed files with 5 additions and 2 deletions
|
|
@ -78,10 +78,10 @@ static void perl_netsplit_server_fill_hash(HV *hv, NETSPLIT_SERVER_REC *rec)
|
|||
hv_store(hv, "count", 5, newSViv(rec->count), 0);
|
||||
}
|
||||
|
||||
static void perl_netsplit_channel_fill_hash(HV *hv, NETSPLIT_CHANNEL_REC *rec)
|
||||
static void perl_netsplit_channel_fill_hash(HV *hv, NETSPLIT_CHAN_REC *rec)
|
||||
{
|
||||
hv_store(hv, "name", 4, new_pv(rec->name), 0);
|
||||
hv_store(hv, "nick", 4, irssi_bless(rec->nick), 0);
|
||||
hv_store(hv, "nick", 4, irssi_bless(&rec->nick), 0);
|
||||
}
|
||||
|
||||
static void perl_autoignore_fill_hash(HV *hv, AUTOIGNORE_REC *ai)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue