Perl updates

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@707 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2000-10-01 21:46:48 +00:00 committed by cras
commit c48a05c3e8
25 changed files with 188 additions and 737 deletions

16
src/perl/core/Irssi.xs Normal file
View file

@ -0,0 +1,16 @@
#include "module.h"
#include "levels.h"
MODULE = Irssi PACKAGE = Irssi
PROTOTYPES: ENABLE
INCLUDE: Channel.xs
INCLUDE: Core.xs
INCLUDE: Log.xs
INCLUDE: Masks.xs
INCLUDE: Query.xs
INCLUDE: Rawlog.xs
INCLUDE: Server.xs
INCLUDE: Settings.xs
INCLUDE: Window.xs