fixes, perl should work correctly now :)

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@982 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2000-12-09 20:54:47 +00:00 committed by cras
commit 5dcd683324
22 changed files with 407 additions and 415 deletions

View file

@ -62,12 +62,6 @@ PPCODE:
MODULE = Irssi PACKAGE = Irssi::Channel PREFIX = channel_
#*******************************
void
init(channel)
Irssi::Channel channel
CODE:
perl_channel_fill_hash(hvref(ST(0)), channel);
void
channel_destroy(channel)
Irssi::Channel channel
@ -119,14 +113,3 @@ PPCODE:
XPUSHs(sv_2mortal(irssi_bless((NICK_REC *) tmp->data)));
}
g_slist_free(list);
#*******************************
MODULE = Irssi PACKAGE = Irssi::Nick
#*******************************
void
init(nick)
Irssi::Nick nick
CODE:
perl_nick_fill_hash(hvref(ST(0)), nick);