mirror of
https://github.com/ncoevoet/ChanTracker.git
synced 2025-04-26 04:51:07 -05:00
Update README.md
This commit is contained in:
parent
fd99d11acb
commit
d2cf0cf8a6
@ -105,13 +105,13 @@ The command used by the bot to op itself is editable here:
|
||||
|
||||
Where $channel and $nick will be replaced by targeted channel and bot's nick at runtime, so you could replace it with :
|
||||
|
||||
!config supybot.plugins.ChanTracker.opCommand "PRIVMSG ChanServ :OP $channel $nick"
|
||||
!config supybot.plugins.ChanTracker.opCommand "PRIVMSG ChanServ :OP $channel $nick"
|
||||
|
||||
You can also tell the bot to use ChanServ for quiet and unquiet, if it has +r flag, on freenode:
|
||||
|
||||
!config supybot.plugins.ChanTracker.useChanServForQuiets True
|
||||
!config supybot.plugins.ChanTracker.quietCommand "PRIVMSG ChanServ :QUIET $channel $hostmask"
|
||||
!config supybot.plugins.ChanTracker.quietCommand "PRIVMSG ChanServ :UNQUIET $channel $hostmask"
|
||||
!config supybot.plugins.ChanTracker.unquietCommand "PRIVMSG ChanServ :UNQUIET $channel $hostmask"
|
||||
|
||||
For more readable date information in output, you should change this:
|
||||
|
||||
@ -161,9 +161,12 @@ By default, if the bot is asked to set a ban (+b), it will also kick affected us
|
||||
|
||||
!config supybot.plugins.ChanTracker.kickMode
|
||||
!config supybot.plugins.ChanTracker.kickMessage
|
||||
!config help supybot.plugins.ChanTracker.kickOnMode
|
||||
|
||||
The bot will remove exception modes (that is exempt e, or invite exempt I) for people banned if 'doActionAgainstAffected' for given channel is True.
|
||||
|
||||
ChanTracker is trying to resolve ip behind host, but that can affect performance or freeze the bot due to socket's calls, if you use supybot.plugins.ChanTracker.resolveIp to True, you should set supybot.debug.threadAllCommands to True to avoid that.
|
||||
|
||||
## Channel Protection ##
|
||||
|
||||
The plugin has a lot of built-in channel protection features that can be enabled either individually and per channel, or globally:
|
||||
@ -179,6 +182,7 @@ The plugin has a lot of built-in channel protection features that can be enabled
|
||||
- nick: nick change spam
|
||||
- cycle: join/part flood
|
||||
- massJoin
|
||||
- clones detection
|
||||
|
||||
You should tweak settings to fits your needs, do not use default values. It really depends channel's population and usage ...
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user