From 882a736c264ef7ffa51abd01ee9af75bfd329a5b Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Tue, 3 Feb 1998 13:39:07 +0000 Subject: wrap @{ } around the protect()ed zsig to prevent color changes from leaking out into the message body --- zwgc/zwgc.desc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zwgc') diff --git a/zwgc/zwgc.desc b/zwgc/zwgc.desc index 796eaf0..0e2508c 100644 --- a/zwgc/zwgc.desc +++ b/zwgc/zwgc.desc @@ -114,7 +114,7 @@ match "message" if ($signature == "") then set ftext = "From: @bold("+protect($sender)+")" else - set ftext = "From: @bold("+protect($signature)+" <"+ + set ftext = "From: @bold(@{"+protect($signature)+"} <"+ protect($sender)+">)" endif -- cgit v1.2.3