diff options
author | Tom Feist <shabble@metavore.org> | 2010-12-31 16:09:07 +0000 |
---|---|---|
committer | Tom Feist <shabble@metavore.org> | 2010-12-31 16:09:07 +0000 |
commit | 0d23f5d43a5e7ce6edee119f9035d63eb1497d13 (patch) | |
tree | 381b7aa5e38b2cbf77eeb398c58dcec5d31ac91e | |
parent | auto_server: oops, 'setup changed' signal was calling the wrong thing. (diff) | |
download | irssi-scripts-0d23f5d43a5e7ce6edee119f9035d63eb1497d13.tar.gz irssi-scripts-0d23f5d43a5e7ce6edee119f9035d63eb1497d13.zip |
uberprompt: hopefully a fix for Irssi::Nick not found irssi bug weirdness.
-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 = ( |