Add ChanTracker.

This commit is contained in:
2020-05-21 22:55:35 +02:00
parent 80af872165
commit 2943e842e5

View File

@ -292,6 +292,13 @@
ignoring users, opping/voicing, making the bot silent. ignoring users, opping/voicing, making the bot silent.
</dd> </dd>
<dt>ChanTracker</dt>
<dd>
Advanced ban management tracking, designed for operators of large channels
This is a third-party plugin; you must install it with the shell command:
<code>cd ~/yourbot/plugins/; git clone https://github.com/ncoevoet/ChanTracker.git</code>
</dd>
<dt>ChannelLogger</dt> <dt>ChannelLogger</dt>
<dd>Writes channel logs on disk</dd> <dd>Writes channel logs on disk</dd>