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.

Clientbuffer: Difference between revisions

From ZNC
Jump to navigation Jump to search
>Jpnurmi
m Fix commands
>Jpnurmi
Line 10: Line 10:
=== Configuration ===
=== Configuration ===


In order to make it possible for the module to control client specific buffers, you must disable the <code>AutoClearQueryBuffer</code> and <code>AutoClearQueryBuffer</code> config options that are enabled by default. This can be done via [[controlpanel]], [[webadmin]], or [[configuration|znc.conf]].
In order to make it possible for the module to control client specific buffers, you must disable the <code>AutoClearChanBuffer</code> and <code>AutoClearQueryBuffer</code> config options that are enabled by default. This can be done via [[controlpanel]], [[webadmin]], or [[configuration|znc.conf]].


=== Commands ===
=== Commands ===

Revision as of 16:37, 27 April 2015

The client buffer module maintains client specific buffers for identified clients.

The source code is available on GitHub. See also instructions for compiling modules.

Arguments

This user module takes no arguments.

Read loading modules to learn more about loading modules.

Configuration

In order to make it possible for the module to control client specific buffers, you must disable the AutoClearChanBuffer and AutoClearQueryBuffer config options that are enabled by default. This can be done via controlpanel, webadmin, or znc.conf.

Commands

/msg *clientbuffer AddClient <identifier>
/msg *clientbuffer DelClient <identifier>
/msg *clientbuffer ListClients

Identifiers

ZNC supports passing a client identifier in the password:

username@identifier/network:password

or in the username:

username@identifier/network