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
>Crocket No edit summary |
>Crocket No edit summary |
||
Line 6: | Line 6: | ||
By default, ZNC deletes channel buffers when users part channels. | By default, ZNC deletes channel buffers when users part channels. | ||
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. | |||
savebuff saves buffers and restores them when you join channels, but the restored buffer is not shown until you detach from znc and reattach to it from your IRC client. | |||
replaybuffer solved thie problem by replaying the restored buffer right after IRC clients join a channel.. | |||
This module has a useful set of commands that savebuff doesn't have, including "help" command. | |||
== Installing == | == Installing == |
Revision as of 05:59, 22 January 2012
This is an external module. Please note that it may or may not work with the current release (1.9.1). This module is not included in the default ZNC installation, and you will need to manually compile it before you can load this module. Contact the author if you have any questions, but feel free to ask in #znc on Libera.Chat. Someone might be able to help you there. |
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.
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.
savebuff saves buffers and restores them when you join channels, but the restored buffer is not shown until you detach from znc and reattach to it from your IRC client. replaybuffer solved thie problem by replaying the restored buffer right after IRC clients join a channel.. This module has a useful set of commands that savebuff doesn't have, including "help" command.
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.