Closed WizardCM closed 11 years ago
I think 1 would be the better way to do it.
void kickIngamePlayer(Player player, String reason, String kicker){
player.kickPlayer("Kicked IRC by " + kicker + ": " + reason);
Bukkit.getServer().broadcastMessage(player.getDisplayName() + "was kicked by " + kicker ": " +reason);
}
This is partly fixed, but is not yet configurable.
As it turns out, this was already implemented, but not working properly. in https://github.com/WMCAlliance/BukkitIRCd/commit/dbec19474b4bb746072f21486336777c0f2ee3bd @glguy fixed the issue.
There are two ways we could go about this;
I'm leaning towards 2 more, but 1 might be easier and faster as a quick-fix.