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: Difference between revisions

From ZNC
Jump to navigation Jump to search
>Jpnurmi
add communi to the list of supported clients
>Jpnurmi
Line 12: Line 12:
=== Commands ===
=== Commands ===
Send playback buffers for given channels:
Send playback buffers for given channels:
  /msg *playback PLAY <#chan(s)> [<timestamp>]
  /msg *playback PLAY <buffer(s)> [<timestamp>]
 
Tell the current server timestamp:
/msg *playback TIME


Clear playback buffers for given channels:
Clear playback buffers for given channels:
  /msg *playback CLEAR <#chan(s)>
  /msg *playback CLEAR <buffer(s)>


== Supported clients ==
== Supported clients ==

Revision as of 21:54, 19 August 2014

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 <buffer(s)> [<timestamp>]

Clear playback buffers for given channels:

/msg *playback CLEAR <buffer(s)>

Supported clients

Furthermore, there's an open pull request for the Textual IRC client for Mac OS X.