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.
Fix lagchk: Difference between revisions
Jump to navigation
Jump to search
DarthGandalf (talk | contribs) Created page with "{{DISPLAYTITLE:fix_lagchk}} {{External Module}} This user module fixes NoNameScript's and other clients' LAGCHK stuff by sending it to the correct client only. Use it if you ..." |
DarthGandalf (talk | contribs) |
||
Line 5: | Line 5: | ||
== Getting the Code == | == Getting the Code == | ||
The code for this module can be found [http://znc-msvc.googlecode.com/svn/trunk/flakes/fix_lagchk.cpp here]. Read here to learn how to compile it: [[Compiling modules]] | The code for this module can be found [http://znc-msvc.googlecode.com/svn/trunk/flakes/fix_lagchk.cpp here] (≤0.206) or [http://pastebin.com/CN9R5PdB here] (≥1.0). Read here to learn how to compile it: [[Compiling modules]] | ||
== Usage == | == Usage == |
Latest revision as of 13:05, 28 January 2013
This is an external module. Please note that it may or may not work with the current release (1.9.1). This module is not included in the default ZNC installation, and you will need to manually compile it before you can load this module. Contact the author if you have any questions, but feel free to ask in #znc on Libera.Chat. Someone might be able to help you there. |
This user module fixes NoNameScript's and other clients' LAGCHK stuff by sending it to the correct client only. Use it if you are getting spammed with LAGCHK messages when you have two or more clients connected.
Getting the Code
The code for this module can be found here (≤0.206) or here (≥1.0). Read here to learn how to compile it: Compiling modules
Usage
Arguments
This user module takes no arguments.
Read loading modules to learn more about loading modules.
Configuration
No further configuration is required.