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
This module is a part of ZNC. This module is shipped with ZNC by default. If you have the right "LoadMod" you can activate it with /znc LoadMod clearbufferonmsg The code for this module can be found here. This module is part of ZNC since Version 1.0 |
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.