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.

Replaybuffer: Difference between revisions

From ZNC
Jump to navigation Jump to search
>Crocket
>Crocket
No edit summary
Line 1: Line 1:
{{External Module}}
{{External Module}}


This module saves the channel buffers and replays them when you join those channels again.
This module saves the channel buffers and replays them when you join those channels again.
By default, ZNC deletes channel buffers when users part channels.
By default, ZNC deletes channel buffers when users part channels.


''Note'' : It was originated from savebuff, but it doesn't use encryption to save channel buffers, so savebuff and replaybuffer aren't compatible.
''Note'' : It was originated from savebuff, but it doesn't use encryption to save channel buffers, so savebuff and replaybuffer aren't compatible.

Revision as of 05:51, 22 January 2012


This module saves the channel buffers and replays them when you join those channels again.

By default, ZNC deletes channel buffers when users part channels.


Note : It was originated from savebuff, but it doesn't use encryption to save channel buffers, so savebuff and replaybuffer aren't compatible. Also, this module can't be built against 0.202. It can be built against ZNC from the git master.

Installing

The code for this module can be found at https://github.com/crocket/znc/raw/master/modules/extra/replaybuffer.cpp.

Follow the guideline in Compiling modules to build it.

Usage

/msg *replaybuffer help shows you available commands.

Arguments

This network module takes no arguments.

Read loading modules to learn more about loading modules.

Note

Please contact crocket at crockabiscuit at gmail dot com if you have any questions or suggestions about this module.