mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-22 03:49:29 +01:00
Update docs
This commit is contained in:
parent
d75cf1d0ad
commit
a14f810a78
@ -59,7 +59,7 @@ PBot performs its join-flood enforcement in a separate channel to reduce noise i
|
||||
|
||||
Let's say you want to set up join-flood enforcement for channel `#bash`. Here are all of the steps required to do that.
|
||||
|
||||
* Create and register the `#stop-join-flood` channel. This is where PBot will forward join-flooders. Give it a sensible title like "You have been forwarded here due to join-flooding. If your IRC client or network issues have been resolved, you may `/msg PBot unbanme` to remove the ban-forward."
|
||||
* Create and register the `#stop-join-flood` channel. This is where PBot will forward join-flooders. Give it a sensible `/topic` like "You have been forwarded here due to join-flooding. If your IRC client or network issues have been resolved, you may `/msg PBot unbanme` to remove the ban-forward."
|
||||
* Create and register the `#bash-floodbans` channel. This is where PBot do the banning/unbanning. Give PBot channel OPs here.
|
||||
* Set an extended-ban in `#bash`: `/mode #bash +b $j:#bash-floodbans$#stop-join-flood`. This will retrieve the bans from `#bash-floodbans` for use in `#bash`.
|
||||
* Join PBot to both `#bash` and `#bash-floodbans` so it can monitor `#bash` and set/remove the bans in `#bash-floodbans`.
|
||||
|
@ -124,4 +124,4 @@ create a user account for you if one does not exist.
|
||||
my location <your location>
|
||||
|
||||
## How do I set up automatic join-flood enforcement?
|
||||
[See how to set up automatic join-flood enforcement here.(AntiAbuse.md#setting-up-automatic-join-flood-enforcement)
|
||||
[See how to set up automatic join-flood enforcement here.](AntiAbuse.md#setting-up-automatic-join-flood-enforcement)
|
||||
|
Loading…
Reference in New Issue
Block a user