From 87416ffba178e8cccaa62e4437061edccb739377 Mon Sep 17 00:00:00 2001 From: Tom Feist Date: Sun, 24 Jul 2011 19:13:05 +0100 Subject: fixed incorrect signal removal (leading to irssi-crashing loop) in documentation for uberprompt --- prompt_info/uberprompt.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'prompt_info/uberprompt.pl') diff --git a/prompt_info/uberprompt.pl b/prompt_info/uberprompt.pl index 62bda13..cd64707 100644 --- a/prompt_info/uberprompt.pl +++ b/prompt_info/uberprompt.pl @@ -211,7 +211,7 @@ I<---- start of snippet ----> } 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 " -- cgit v1.2.3