From 313202980a4c801c28891730fc7e815a3540db18 Mon Sep 17 00:00:00 2001 From: Tom Feist Date: Fri, 15 Oct 2010 21:12:09 +0100 Subject: uberprompt: oops, got the setting backwards. On enables replaces now. --- prompt_info/uberprompt.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'prompt_info') diff --git a/prompt_info/uberprompt.pl b/prompt_info/uberprompt.pl index cdb80ce..4d95b06 100644 --- a/prompt_info/uberprompt.pl +++ b/prompt_info/uberprompt.pl @@ -297,7 +297,7 @@ sub uberprompt_draw { my $prompt = ''; # rendered content of the prompt. my $theme = Irssi::current_theme; - my $arg = $use_replaces ? Irssi::EXPAND_FLAG_IGNORE_REPLACES : 0; + my $arg = $use_replaces ? 0 : Irssi::EXPAND_FLAG_IGNORE_REPLACES; $prompt = $theme->format_expand("{uberprompt $prompt_arg}", $arg); if ($prompt_data_pos eq 'UP_ONLY') { -- cgit v1.2.3