From 3072f9c7082c982c724bf245a618021b4e597a68 Mon Sep 17 00:00:00 2001 From: Tom Feist Date: Wed, 17 Nov 2010 09:58:28 +0000 Subject: bugfix: stop rl_history_search dumping core by spelling 'signal_remove' properly --- history-search/rl_history_search.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'history-search/rl_history_search.pl') diff --git a/history-search/rl_history_search.pl b/history-search/rl_history_search.pl index 5282844..fcdde8b 100644 --- a/history-search/rl_history_search.pl +++ b/history-search/rl_history_search.pl @@ -102,7 +102,7 @@ unless (script_is_loaded('uberprompt')) { } sub load_uberprompt_failed { - Irssi::sigal_remove('script error', \&load_prompt_failed); + Irssi::signal_remove('script error', \&load_prompt_failed); print "Script could not be loaded. Script cannot continue. " . "Check you have uberprompt.pl installed in your path and " . "try again."; -- cgit v1.2.3