sm00th / bitlbee-discord

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

Support channel renames #188

Open mkaito opened 5 years ago

mkaito commented 5 years ago

Currently, when someone renames a channel, you have to:

  1. Figure out it's been renamed based on the silence and/or error message.
  2. Delete the channel.
  3. Add the channel with the new name.

Discord has an internal ID format, which looks something like <@!175206119105363968>, which could be used instead of the user-visible channel name.

CyberShadow commented 3 years ago

Exact same problem for server renames. Edit: that has its own issue: https://github.com/sm00th/bitlbee-discord/issues/93