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

Allow disconnect without reason. #90

Closed glguy closed 11 years ago

glguy commented 11 years ago

In certain cases like onDisable, it isn't possible to broadcast. because broadcasts inside the IRCd are implemented by scheduling a synchronous task and you can't schedule a task on a disabled plugin.