mirror of
https://github.com/irssi/irssi.git
synced 2026-08-18 08:02:13 +02: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:
parent
5311736a68
commit
dd37b9ca2c
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ require Exporter;
|
||||||
require DynaLoader;
|
require DynaLoader;
|
||||||
|
|
||||||
@ISA = qw(Exporter DynaLoader);
|
@ISA = qw(Exporter DynaLoader);
|
||||||
@EXPORT = qw(active_win active_server print command printformat);
|
@EXPORT = qw();
|
||||||
@EXPORT_OK = qw();
|
@EXPORT_OK = qw();
|
||||||
|
|
||||||
bootstrap Irssi::UI $VERSION;
|
bootstrap Irssi::UI $VERSION;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue