Changeset 15 for trunk/SunriseChatCoreUnit.pas
- Timestamp:
- Feb 18, 2008, 2:00:19 PM (17 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 6 6 Network.cfg 7 7 Error.txt 8 ProjectGroup1.bdsgroup 9 ProjectGroup1.bdsgroup.local
-
- Property svn:ignore
-
trunk/SunriseChatCoreUnit.pas
r13 r15 592 592 end; 593 593 end; 594 if Assigned(ProtocolMessageLogForm) then595 ProtocolMessageLogForm.Memo1.Lines.Add('SendCommand: ' + Data);596 if Assigned(FOnSendCommand) then FOnSendCommand(Data + #13);594 //if Assigned(ProtocolMessageLogForm) then 595 // ProtocolMessageLogForm.Memo1.Lines.Add('SendCommand: ' + Data); 596 if Assigned(FOnSendCommand) then FOnSendCommand(Data); 597 597 end; 598 598 end;
Note:
See TracChangeset
for help on using the changeset viewer.