From 0d23f5d43a5e7ce6edee119f9035d63eb1497d13 Mon Sep 17 00:00:00 2001 From: Tom Feist Date: Fri, 31 Dec 2010 16:09:07 +0000 Subject: uberprompt: hopefully a fix for Irssi::Nick not found irssi bug weirdness. --- prompt_info/uberprompt.pl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/prompt_info/uberprompt.pl b/prompt_info/uberprompt.pl index 8a9f50b..c1c4a55 100644 --- a/prompt_info/uberprompt.pl +++ b/prompt_info/uberprompt.pl @@ -117,6 +117,8 @@ use Irssi; use Irssi::TextUI; # for sbar_items_redraw use Data::Dumper; +{ package Irssi::Nick } + our $VERSION = "0.2"; our %IRSSI = ( -- cgit v1.2.3