discord-relay-chat / drc

Discord Relay Chat
https://discordrc.com
MIT License
18 stars 3 forks source link

Add ability to squelch message-send-to-network if replying to a non-existent user #8

Closed edfletcher closed 1 year ago

edfletcher commented 1 year ago

If a user has left, do not allow the user to reply to them publicly. Should be a toggleable option.

Will need the bot to finally track users in channels as I've been planning, so that we don't have to constantly query the full users list (e.g. get the users list once and track based on joins/parts/kicks/etc.)

Will just post a visible-to-user-only message saying "Sorry, couldn't send that because user XYZ is gone!" (thanks a lot shoky for the feedback and guidance on this UX)