From 2461b5bd88dc33816d6f03b6017052c34f5279b9 Mon Sep 17 00:00:00 2001 From: Robert Miles Date: Tue, 28 Apr 2020 07:25:46 -0400 Subject: [PATCH] Amend RFC 2 to explicitly disallow rejoin-on-kick behavior --- rfcs/rfc2.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/rfcs/rfc2.md b/rfcs/rfc2.md index 73aa4d3..663da62 100644 --- a/rfcs/rfc2.md +++ b/rfcs/rfc2.md @@ -34,6 +34,10 @@ the bot, it MUST respond to `!botlist` and/or `!rollcall` with the given prefix. All bots on tilde.chat MUST set usermode +B on or near connect. +### 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. + ## Procedural Information ### Security Considerations