Commit a803a110 authored by Andrew Price's avatar Andrew Price
Browse files

Add a help file for .replay

parent 36f78f8e
Loading
Loading
Loading
Loading

talkhelp/replay

0 → 100644
+19 −0
Original line number Diff line number Diff line
NAME
     replay - replay talker messages

SYNOPSIS
     replay since [SECONDS]
     replay count [NUMBER]
     replay serial [ID]

DESCRIPTION
     replay allows you to replay the talker messages in the server's replay buffer.
     This is useful for catching up on the conversation since you last logged out, or if your
     connection dropped. The number of messages available depends on the size of the server's
     buffer and the last time it was restarted.

     replay since replays messages since SECONDS after the UNIX epoch.
     replay count replays the last NUMBER of messages.
     replay serial replays messages starting from the serial ID that the
     server stores with each message in the replay buffer.