diff options
| -rw-r--r-- | prompt_info/uberprompt.pl | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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     = ''; | 
