khyperia / weechat-discord

Unmaintained! And also apparently this is against their TOS so DON'T USE THIS -- Weechat plugin for Discord support - https://weechat.org/ https://discordapp.com/
MIT License
51 stars 24 forks source link

Message deletion on user ban #38

Open TTX170 opened 7 years ago

TTX170 commented 7 years ago

When a user is banned and their messages are deleted, if they have only sent one message it is shown as deleted fine however, if they have sent multiple messages then no deleted message is shown in the channel.

khyperia commented 7 years ago

This is probably due to me ignoring this event: MessageDeleteBulk.

I'll probably handle that event by printing deleted messages if the number of deleted messages is <10, otherwise give up and print "x messages deleted" (so the buffer isn't spammed with hundreds/thousands of deleted messages)