diff options
| -rw-r--r-- | prompt_info/uberprompt.pl | 2 | 
1 files changed, 2 insertions, 0 deletions
| 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 =    ( | 
