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.

clearbufferonmsg

From ZNC
Jump to navigation Jump to search


This modules clears all buffers when it sees a user-originated message come in, indicating that the user is alive and connected. Used in combination with AutoClearChanBuffer = false or AutoClearQueryBuffer = false setting, you minimize old buffer spam, while solving the problem of possibly missing buffer upon connection timeout.

This module attempts to bridge the gap between being inundated with old buffer if you have AutoClearChanBuffer = false or AutoClearQueryBuffer = false, and possibly missing messages when you ping out, if you have AutoClearChanBuffer = true or AutoClearQueryBuffer = true.

Note: Previous versions of ZNC used KeepBuffer=true instead of AutoClearChanBuffer = false or AutoClearQueryBuffer = false.

Usage

Arguments

This user module takes no arguments.

Read loading modules to learn more about loading modules.

Configuration

This module has no configuration.