From 82a5618f1083fbe411b74a2e4b23952dae790428 Mon Sep 17 00:00:00 2001 From: h677 Date: Mon, 19 Jan 2004 11:32:52 +0000 Subject: [PATCH] =?utf8?q?=E6=8A=95=E7=A8=BF=E6=97=A5=E3=81=8C=E3=83=80?= =?utf8?q?=E3=83=96=E3=83=AB=E4=B8=8D=E5=85=B7=E5=90=88=E3=81=AE=E4=BF=AE?= =?utf8?q?=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- res/ExternalBoardPlugIn/MachiBBSPlugIn.dpr | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/res/ExternalBoardPlugIn/MachiBBSPlugIn.dpr b/res/ExternalBoardPlugIn/MachiBBSPlugIn.dpr index 9fcf449..73795be 100644 --- a/res/ExternalBoardPlugIn/MachiBBSPlugIn.dpr +++ b/res/ExternalBoardPlugIn/MachiBBSPlugIn.dpr @@ -763,6 +763,12 @@ begin end; res[ 2 ] := StringReplace( res[ 2 ], '[', 'IP:', [] ); res[ 2 ] := StringReplace( res[ 2 ], ']', '', [] ); + + if AnsiPos(' “Še“úF', res[ 2 ]) = 1 then begin + res[ 2 ] := StringReplace( res[ 2 ], ' “Še“úF', '', [] ); + end else if AnsiPos(' “Še“úF', res[ 2 ]) = 1 then begin + res[ 2 ] := StringReplace( res[ 2 ], ' “Še“úF', '', [] ); + end; end; ioHTML[ i ] := CustomStringReplace( res.Text, #13#10, '<>'); //StringReplace( res.Text, #13#10, '<>', [rfReplaceAll] ); -- 2.11.0