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: Difference between revisions
DarthGandalf (talk | contribs) Created page with "{{Extra Module | version = 0.096}} {{DISPLAYTITLE:clearbufferonmsg}} This module attempts to bridge the gap between being inundated with old buffer if you have ''KeepBuffer=t..." |
>Un1matr1x mNo edit summary |
||
Line 1: | Line 1: | ||
{{ | {{Core Module | version = 1.0}} | ||
{{DISPLAYTITLE:clearbufferonmsg}} | {{DISPLAYTITLE:clearbufferonmsg}} | ||
Revision as of 16:35, 7 November 2012
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 module attempts to bridge the gap between being inundated with old buffer if you have KeepBuffer=true; and possibly missing messages when you ping out, if you have KeepBuffer=false.
What the module does is clear the buffers when it sees a user-originated message come in, indicating that the user is alive and connected. Used in combination with KeepBuffer=true setting, you minimize old buffer spam, while solving the problem of possibly missing buffer upon connection timeout.
Usage
Arguments
This user module takes no arguments.
Read loading modules to learn more about loading modules.
Configuration
This module has no configuration.