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

From ZNC
Jump to navigation Jump to search
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..."
 
KindOne (talk | contribs)
Restore Clearbufferonmsg from archive.org - 2016/11/07
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{Extra Module | version = 0.096}}
{{Core Module | version = 1.0}}
{{DISPLAYTITLE:clearbufferonmsg}}
{{DISPLAYTITLE:clearbufferonmsg}}


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''.  
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 <code>AutoClearChanBuffer = false</code> or <code>AutoClearQueryBuffer = false</code> setting, you minimize old buffer spam, while solving the problem of possibly missing buffer upon connection timeout.


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.
This module attempts to bridge the gap between being inundated with old buffer if you have <code>AutoClearChanBuffer = false</code> or <code>AutoClearQueryBuffer = false</code>, and possibly missing messages when you ping out, if you have <code>AutoClearChanBuffer = true</code> or <code>AutoClearQueryBuffer = true</code>.
 
Note: Previous versions of ZNC used <code>KeepBuffer=true</code> instead of <code>AutoClearChanBuffer = false</code> or <code>AutoClearQueryBuffer = false</code>.


== Usage ==
== Usage ==

Latest revision as of 19:41, 2 April 2017


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.