Merge pull request 'Add exception to auto-rejoin rule for auto-rejoin mechanisms that the channel operator can turn off' (#12) from finish-rfc2 into master

This commit is contained in:
Robert Miles 2020-05-08 19:16:49 -04:00
commit 5bb5f7e171
1 changed files with 9 additions and 2 deletions

View File

@ -36,7 +36,13 @@ All bots on tilde.chat MUST set usermode +B on or near connect.
### Rejoin-on-kick ### Rejoin-on-kick
All bots on tilde.chat MUST NOT rejoin a channel automatically after being kicked. If a channel operator wishes to remove your bot from their channel, you must obey. All bots on tilde.chat MUST NOT rejoin a channel automatically after being
kicked. If a channel operator wishes to remove your bot from their channel, you
must obey.
An exception is made for certain mechanisms to automatically rejoin;
specifically, if the channel operator can turn off the auto-rejoin behavior, it
is allowed.
## Procedural Information ## Procedural Information
@ -52,4 +58,5 @@ usermode +B on connect.
For bots on tilde.chat coming from tilde.town, maintainer info must be added, For bots on tilde.chat coming from tilde.town, maintainer info must be added,
as well as an alias from "!botlist" to "!rollcall". as well as an alias from "!botlist" to "!rollcall".
Bots made with [teambot](https://tildegit.org/team/teambot) will be updated to set usermode +B. Bots made with [teambot](https://tildegit.org/team/teambot) will be updated to
set usermode +B.