logbot: @help could respond in a private message? #19
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
It's nice to see people get help in public so that everyone can see stuff but after a while, it is a bit tedious especially when you sit in so many groups with logbot (its a nice problem to have but still).
So, maybe a configurable (or a new default? idk) that makes logbot respond to you directly with help output.
It's also possible to DM logbot for help too already, but I guess people don't realise. It is not that clear.
Maybe the logbot should always just whisper to the person that initiated the action?
Yes good idea to let logbot respond in a private message!
In many XMPP clients it is not super obvious how private messages can be sent in groupchats, so it could be helpful/easier to let logbot initiate such private conversation with you.
We should test it though... because it also can be very confusing to have multiple parallel threads with logbot. (Or would logbots from different rooms speak to you in the same private chat?)
Is this something that we can make configurable in xbotlib? Or would it be better to do it in the logbot script?
Agreed 💯
Maybe a
respond_privately: True/False
in the bot.conf?