aboutsummaryrefslogtreecommitdiffstats
path: root/quit-notify/notifyquit.pl
diff options
context:
space:
mode:
authorTom Feist <shabble@metavore.org>2011-07-24 18:02:26 +0000
committerTom Feist <shabble@metavore.org>2011-07-24 18:02:26 +0000
commitcb347e7214d5b525afde804f762e1d911ec50070 (patch)
treebc07bea0080c0d587273d9c8162684c1189b0de2 /quit-notify/notifyquit.pl
parentMerge remote-tracking branch 'origin/master' (diff)
downloadirssi-scripts-cb347e7214d5b525afde804f762e1d911ec50070.tar.gz
irssi-scripts-cb347e7214d5b525afde804f762e1d911ec50070.zip
fixes bug in notifyquit uberprompt autoload
Diffstat (limited to '')
-rw-r--r--quit-notify/notifyquit.pl2
1 files changed, 1 insertions, 1 deletions
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 "