diff options
Diffstat (limited to 'src/perl/ui/UI.pm')
-rw-r--r-- | src/perl/ui/UI.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/perl/ui/UI.pm b/src/perl/ui/UI.pm index acf60e8b..226d6953 100644 --- a/src/perl/ui/UI.pm +++ b/src/perl/ui/UI.pm @@ -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; |