Matterbridge: [IRC->discord] Map users to random profile avatars

Created on 26 Jun 2020  路  4Comments  路  Source: 42wim/matterbridge

The IRC -> discord bridge works great. One thing our users complain about, however, is the inability to tell apart different IRC users.

It would be really neat if random avatars (from some source) could be mapped onto user names to allow telling them apart. Discord is really strongly built around avatars.

An alternative would be to color code the names, but I'm not sure discord supports that since colors are reserved for roles.

enhancement

Most helpful comment

You can set an IconURL in the [general] config, like:

[general]
RemoteNickFormat="{NICK} ({LABEL}) "
EditSuffix=" (edited)"
IconURL="https://api.adorable.io/avatars/128/{Nick}"

Or use cats, instead:

[general]
IconURL="https://robohash.org/{NICK}.png?set=set4"

All 4 comments

Yep, I recommend adorable avatars, been using it for three years, and reactiflux/discord-irc uses it too.

You can set an IconURL in the [general] config, like:

[general]
RemoteNickFormat="{NICK} ({LABEL}) "
EditSuffix=" (edited)"
IconURL="https://api.adorable.io/avatars/128/{Nick}"

Or use cats, instead:

[general]
IconURL="https://robohash.org/{NICK}.png?set=set4"

@Jaykul's suggestion seems to work great! If this approach doesn't work great for you, just leave a comment and we can re-open this :)

Great solution, guys. Thanks!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

geleeroyale picture geleeroyale  路  9Comments

benrob0329 picture benrob0329  路  3Comments

Wouter0100 picture Wouter0100  路  4Comments

pb30 picture pb30  路  5Comments

patcon picture patcon  路  8Comments