From 8edb0c6866d7263a11efa11bbee4e2f738ac7d35 Mon Sep 17 00:00:00 2001 From: Tom Feist Date: Wed, 13 Oct 2010 12:35:07 +0100 Subject: fixed undef bug in uberprompt --- prompt_info/uberprompt.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prompt_info/uberprompt.pl b/prompt_info/uberprompt.pl index 3bb3155..79717ae 100644 --- a/prompt_info/uberprompt.pl +++ b/prompt_info/uberprompt.pl @@ -125,7 +125,7 @@ our %IRSSI = my $DEBUG_ENABLED = 0; sub DEBUG { $DEBUG_ENABLED } -my $prompt_data = undef; +my $prompt_data = ''; my $prompt_data_pos = 'UP_INNER'; my $prompt_last = ''; -- cgit v1.2.3