From: terminaldweller Date: Sat, 8 Jul 2023 16:32:16 +0000 (+0330) Subject: fixes Undefined subroutine &Irssi::statusbar_item_register called at whereami.pl... X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=a7447de47ec7370a1d5263919662a9371206d8cc;p=irssi-scripts.irssi.org.git fixes Undefined subroutine &Irssi::statusbar_item_register called at whereami.pl line 53 --- diff --git a/scripts/whereami.pl b/scripts/whereami.pl index 1460a78..934f311 100644 --- a/scripts/whereami.pl +++ b/scripts/whereami.pl @@ -1,5 +1,6 @@ use Irssi; use LWP::UserAgent; +use Irssi::TextUI; use strict; our $VERSION = "0.1";