WMCAlliance / BukkitIRCd

BukkitIRCd was an IRC bridge plugin for Minecraft servers running Bukkit. It creates individual 'bot' users for every player to allow seamless communication.
https://wma.im
Other
5 stars 6 forks source link

Make IRC nick the Player's displayName #20

Closed chyyran closed 11 years ago

chyyran commented 11 years ago

Make the IRC nickname the Player's displayname (player.getDisplayName()) instead of (player.getName()).

WizardCM commented 11 years ago

While this isn't a bad idea, I think providing a configuration option would be better than just changing it for everyone. Not all server owners would want this, but many would.

chyyran commented 11 years ago

Of course it should be able to be configured, I'm just putting the idea out there.

chyyran commented 11 years ago

See https://github.com/WMCAlliance/BukkitIRCd/issues/25