diff options
-rw-r--r-- | history-search/rl_history_search.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/history-search/rl_history_search.pl b/history-search/rl_history_search.pl index 1ac0d6e..6773bd4 100644 --- a/history-search/rl_history_search.pl +++ b/history-search/rl_history_search.pl @@ -151,7 +151,7 @@ use Irssi; use Irssi::TextUI; use Data::Dumper; -our $VERSION = '2.5'; +our $VERSION = '2.6'; our %IRSSI = ( authors => 'Tom Feist, Wouter Coekaerts', @@ -210,7 +210,7 @@ if (not script_is_loaded('uberprompt')) { } sub load_uberprompt_failed { - Irssi::signal_remove('script error', 'load_prompt_failed'); + Irssi::signal_remove('script error', 'load_uberprompt_failed'); print "Script could not be loaded. Script cannot continue. " . "Check you have uberprompt.pl installed in your path and " |