diff options
author | Timo Sirainen <cras@irssi.org> | 2001-01-06 21:59:28 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2001-01-06 21:59:28 +0000 |
commit | 341cd555872d49a805e8271e5c4b4bdee03bb866 (patch) | |
tree | dfee61d174e6cda35aded9fd0f5547beb052ee13 /src/perl/common/typemap | |
parent | d108026a377aae45a9294b495b81b951b5d84e85 (diff) | |
download | irssi-341cd555872d49a805e8271e5c4b4bdee03bb866.zip |
Perl updates. Lots of updates to perl documentation :)
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1081 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/perl/common/typemap')
-rw-r--r-- | src/perl/common/typemap | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/perl/common/typemap b/src/perl/common/typemap index 76bcd17d..5be3bcd0 100644 --- a/src/perl/common/typemap +++ b/src/perl/common/typemap @@ -9,7 +9,7 @@ Irssi::Command T_PlainObj Irssi::Nick T_IrssiObj Irssi::Ignore T_PlainObj Irssi::Log T_PlainObj -Irssi::LogItem T_PlainObj +Irssi::Logitem T_PlainObj Irssi::Rawlog T_PlainObj Irssi::Module T_PlainObj Irssi::Theme T_PlainObj |