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 hexchat
>Jpnurmi
playback module support requested for holoirc
Line 22: Line 22:
* [https://github.com/communi/communi-desktop Communi for desktop] (Mac OS X, Linux, Windows)
* [https://github.com/communi/communi-desktop Communi for desktop] (Mac OS X, Linux, Windows)
* [https://github.com/communi/communi-sailfish Communi for SailfishOS]
* [https://github.com/communi/communi-sailfish Communi for SailfishOS]
* WIP: [http://hexchat.github.io HexChat] (https://github.com/hexchat/hexchat/issues/1109)
 
== Open feature requests ==
* [http://hexchat.github.io HexChat] (https://github.com/hexchat/hexchat/issues/1109)
* [https://play.google.com/store/apps/details?id=com.fusionx.lightirc&hl=en HoloIRC] (https://github.com/tilal6991/HoloIRC/issues/92)


[[Category:Modules]]
[[Category:Modules]]

Revision as of 17:34, 26 September 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

Open feature requests