diff options
| author | richo <richo@psych0tik.net> | 2011-09-21 11:33:31 +0000 | 
|---|---|---|
| committer | richo <richo@psych0tik.net> | 2011-09-21 11:33:31 +0000 | 
| commit | c705a09d0fe81ac20497d17640792cdcaf5ec0d0 (patch) | |
| tree | aaa382f548260902c96274e75c7a184db0e7cf8d /quit-notify | |
| parent | Merge branch 'master' into richoH-dev (diff) | |
| parent | Remove deprecated docs (diff) | |
| download | irssi-scripts-c705a09d0fe81ac20497d17640792cdcaf5ec0d0.tar.gz irssi-scripts-c705a09d0fe81ac20497d17640792cdcaf5ec0d0.zip | |
Merge branch 'master' into richoH-dev
Diffstat (limited to 'quit-notify')
| -rw-r--r-- | quit-notify/notifyquit.pl | 2 | 
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 " | 
