O.P. RE: Delphi Template
one quick note... sCommand is NOT a command someone ELSE sent.. its what you type yourself.
quick example:
if sCommand = '/xklbot1' then
begin
{do something here}
result := true;
end
else
begin
{do something else}
result := false
end;
I code in:
C
C++
Delphi
Visual Basic
Pascal
|