From cb347e7214d5b525afde804f762e1d911ec50070 Mon Sep 17 00:00:00 2001 From: Tom Feist Date: Sun, 24 Jul 2011 19:02:26 +0100 Subject: fixes bug in notifyquit uberprompt autoload --- quit-notify/notifyquit.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quit-notify/notifyquit.pl b/quit-notify/notifyquit.pl index 3958a39..1e5032b 100644 --- a/quit-notify/notifyquit.pl +++ b/quit-notify/notifyquit.pl @@ -141,7 +141,7 @@ if (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 scripts directory and " -- cgit v1.2.3