06/10/31 03:55:03 3MITQ1MBO
>>618
ありがとうございます。
>350をreply.templateの
@Body(@Profile('', 'Global', 'Quote', '> '), 1)
と差し替えて、
@Set('x',@RegexReplace($x, /\r|\n/, '', @True())),
を削除
@Concat($x)
を
@Set('x',@RegexReplace($x, /(\r|\n)/g, '$0> ', @True())),
@Concat('> ',$x)
に差し替え。
怪しすぎですが見た目なんとかw