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
m Category:External Modules
>Jpnurmi
Line 11: Line 11:


=== Commands ===
=== Commands ===
Send playback buffers for given channels:
Play matching buffers:
  /msg *playback PLAY <buffer(s)> [<timestamp>]
  /msg *playback PLAY <buffer(s)> [from] [to]


Clear playback buffers for given channels:
Clear matching buffers:
  /msg *playback CLEAR <buffer(s)>
  /msg *playback CLEAR <buffer(s)>
List available/matching buffers:
/msg *playback LIST [buffer(s)]


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

Revision as of 23:55, 8 January 2015

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

Play matching buffers:

/msg *playback PLAY <buffer(s)> [from] [to]

Clear matching buffers:

/msg *playback CLEAR <buffer(s)>

List available/matching buffers:

/msg *playback LIST [buffer(s)]

Supported clients

Open feature requests