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

Console works again #96

Closed glguy closed 11 years ago

glguy commented 11 years ago

The issue was that the IRCCommandSender object needed to stick around because it registers itself as a target for all console chatter. I've restored this field.

Additionally I've taken advantage of the fact that a single FJOIN can handle multiple players and their modes.