mirror of
https://github.com/irssi/irssi.git
synced 2026-08-20 17:12:51 +02:00
Lots of moving stuff around - hopefully I didn't break too much :)
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@632 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
3d124da13b
commit
e395e87ded
160 changed files with 3954 additions and 2959 deletions
|
|
@ -28,7 +28,7 @@ PPCODE:
|
|||
}
|
||||
|
||||
Irssi::Query
|
||||
query_create(server, nick, automatic)
|
||||
irc_query_create(server, nick, automatic)
|
||||
Irssi::Server server
|
||||
char *nick
|
||||
int automatic
|
||||
|
|
@ -56,7 +56,7 @@ PPCODE:
|
|||
|
||||
stash = gv_stashpv("Irssi::Server", 0);
|
||||
hv_store(hv, "server", 6, sv_bless(newRV_noinc(newSViv(GPOINTER_TO_INT(query->server))), stash), 0);
|
||||
hv_store(hv, "nick", 4, new_pv(query->nick), 0);
|
||||
hv_store(hv, "name", 4, new_pv(query->name), 0);
|
||||
hv_store(hv, "new_data", 8, newSViv(query->new_data), 0);
|
||||
|
||||
hv_store(hv, "address", 7, new_pv(query->address), 0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue