OSDN Git Service

チャンネルゴースト対策
authorE01 <e01@users.sourceforge.jp>
Sun, 28 Mar 2004 08:37:06 +0000 (08:37 +0000)
committerE01 <e01@users.sourceforge.jp>
Sun, 28 Mar 2004 08:37:06 +0000 (08:37 +0000)
HTML出力でもサーフェイスが出るように変更。

bottleclient/Logs.pas

index d0a53b8..f89b7b0 100755 (executable)
@@ -568,6 +568,10 @@ var
       end;
     end else
     begin
+      //\83`\83\83\83\93\83l\83\8b\83S\81[\83X\83g\91Î\8dô
+      if Bottle.Ghost = '' then
+        if ChannelList.Channel[Bottle.Channel] <> nil then
+          Bottle.Ghost := ChannelList.Channel[Bottle.Channel].Ghost;
       with Strs do
       begin
         Add('  <tr class="' + Cl + '">');