To create new wiki account, please join us on #znc at Libera.Chat and ask admins to create a wiki account for you. You can say thanks to spambots for this inconvenience.
Playback
This external module is a work in progress. Please note that it requires the latest development version of ZNC. Contact the author if you have any questions, but feel free to ask on IRC, someone might able to help you there, too. |
The advanced playback module makes it possible for IRC clients to avoid undesired repetitive buffer playback. IRC clients may request the module to send a partial buffer playback starting from a certain point of time.
The source code and more detailed documentation is available on GitHub. See also instructions for compiling modules.
Usage
Arguments
This user module takes no arguments.
Read loading modules to learn more about loading modules.
Commands
Send playback buffers for given channels:
/msg *playback PLAY <#chan(s)> [<timestamp>]
Tell the current server timestamp:
/msg *playback TIME
Clear playback buffers for given channels:
/msg *playback CLEAR <#chan(s)>
Supported clients
This module is a work in progress. At the time of writing this, the necessary enablers have just landed to the development version of ZNC. For the time being, there are no officially supported clients, but a proof of concept implementation exists for the Textual IRC client for Mac OS X. The source code of that is also available on GitHub.