sm00th / bitlbee-discord

Bitlbee plugin for Discord (http://discordapp.com)
GNU General Public License v2.0
290 stars 27 forks source link

Editing/deleting your previous messages. #58

Open zertap opened 7 years ago

zertap commented 7 years ago

While it would be godlike to be able to edit your previous message (or your nth message from now) with sed syntax, the ability to delete your previous (or nth message) would be almost as good.

Currently, if I want to fix a typo, I either have to open up official discord client, or just use the universal typo fixed* syntax.

While this is not a huge problem, it would be a nice improvement.

dgw commented 6 years ago

The Discord webapp just magically responds to s/typo/fixing, but it just passes messages like that to the channel literally. It would probably be safe to attempt parsing those and issuing the appropriate API call(s) on the plugin side.