1
0
mirror of https://github.com/irssi/irssi.git synced 2024-09-29 04:45:57 -04:00

Removed everything from @EXPORT - they weren't supposed to be there.

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1610 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2001-07-12 19:51:33 +00:00 committed by cras
parent 5311736a68
commit dd37b9ca2c

View File

@ -13,7 +13,7 @@ require Exporter;
require DynaLoader;
@ISA = qw(Exporter DynaLoader);
@EXPORT = qw(active_win active_server print command printformat);
@EXPORT = qw();
@EXPORT_OK = qw();
bootstrap Irssi::UI $VERSION;