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
mNo edit summary
>Jpnurmi
Colloquy now supports the playback module
Line 23: Line 23:


* [http://textualapp.com Textual IRC client] (Mac OS X)
* [http://textualapp.com Textual IRC client] (Mac OS X)
* [http://colloquy.mobi Colloquy Mobile] (iOS)
* [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]


== Open tickets ==
== Open tickets ==
* [http://colloquy.info Colloquy] (http://colloquy.info/project/ticket/4450)
* [http://hexchat.github.io HexChat] (https://github.com/hexchat/hexchat/issues/1109)
* [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)
* [https://play.google.com/store/apps/details?id=com.fusionx.lightirc&hl=en HoloIRC] (https://github.com/tilal6991/HoloIRC/issues/92)

Revision as of 23:55, 21 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 tickets