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
>Jpnurmi Created page with "<!--{{External Module}}--> {{ambox | type = delete | text = '''This external module is a work in progress.'''<br/><small>Please note that it requires the latest development ve..." |
>Jpnurmi |
||
Line 14: | Line 14: | ||
=== Commands === | === Commands === | ||
/msg *chanfilter AddClient <identifier> | /msg *chanfilter AddClient <identifier> | ||
/msg *chanfilter DelClient <identifier> | /msg *chanfilter DelClient <identifier> | ||
/msg *chanfilter ListClients | /msg *chanfilter ListClients | ||
Revision as of 13:01, 6 December 2014
This external module is a work in progress. Please note that it requires the latest development version of ZNC. Contact the author if you have any questions, but feel free to ask on IRC, someone might able to help you there, too. |
The client buffer module maintains client specific buffers for identified clients.
The source code and more detailed documentation 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 AutoClearQueryBuffer
and AutoClearQueryBuffer
config options that are enabled by default. This can be done via controlpanel, webadmin, or znc.conf.
Commands
/msg *chanfilter AddClient <identifier> /msg *chanfilter DelClient <identifier> /msg *chanfilter ListClients
Identifiers
ZNC supports passing a client identifier in the password:
username@identifier/network:password
or in the username:
username@identifier/network