public override bool Excecute(Automaton am, GridClient client, bool force)
 {
     if (first < 0) first = 0;
     result.data = am.GetChatLogFrom(first);
     if (result.data != null) result.success = true;
     return true;
 }