From 187a5f36e93b205dfd7167fb0339b3b01ad86101 Mon Sep 17 00:00:00 2001 From: mb Date: Wed, 28 Apr 2021 16:19:06 +0200 Subject: [PATCH] 'WhisperBot/README.md' updaten --- WhisperBot/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/WhisperBot/README.md b/WhisperBot/README.md index caf9a78..44bb47c 100644 --- a/WhisperBot/README.md +++ b/WhisperBot/README.md @@ -1,6 +1,15 @@ # WhisperBot +WhisperBot is an XMPP bot meant to be used in a tightly knit collective for expressing messages anonymously. The bot was made in the context of creating a Code of Conduct for Varia as an attempt to escape the document-ification of the values Varia wishes to hold close. The bot can be sent a private message by a member which the bot will repeat in the group chat. The intention behind it is to provide a format to express concerns/doubts/conflicts outside of existing group dynamics. + +## whisperbot.xbotlib + +A new version of WhisperBot (made with xbotlib) can be found here: + +## How does WhisperBot work? + This bot forwards messages it receives in private to the group channel it is part of. + On line 37 you can change the code after 'msg.reply("' to add your own message that will be sent to the person speaking to the bot: msg.reply("Thank you for telling me this. I will pass it on to the chatroom." % msg).send()