BukkitIRCd was an IRC bridge plugin for Minecraft servers running Bukkit. It creates individual 'bot' users for every player to allow seamless communication.
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.
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.