Skip to content

Script for join/leave block from constant leave/join messages due to connection problem for example.

Notifications You must be signed in to change notification settings

rredford/Hexchat.NoRepeat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

Hexchat.NoRepeat

Just eats joins and leave messages if user repeativly join or leave within 20 minutes.

You can adjust timeout and how many before eating by changing two parameters near top - user_timeout = 1200 (in seconds) and user_toomany (how many times repeat before eat messages)

Script can also be enabled to block too many joins and leaves, reardless of time as long as person had not spoken meanwhile. To enable it, set user_sptoomany to a value higher than user_toomany. 10 or 20 is good value.

Install

To install, move norepeat.py to your path_to_HexChat_config/addons directory.

Requirement

XChat Python scripting interface plugin.

About

Script for join/leave block from constant leave/join messages due to connection problem for example.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages