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

People in staff channel no longer have enough perms #9

Closed WizardCM closed 11 years ago

WizardCM commented 11 years ago

Using our first compiled build 13, commands in the staff channel no longer work and instead error with "You do not have permissions to do that."

WizardCM commented 11 years ago

Fixed itself automatically somehow... Edit: Breaks on restart

WizardCM commented 11 years ago

It seems there ARE permissions, but not for all permissions.

Proper console commands like !stop don't work, however commands like !whois (rCmds) do.

BlaneyXYZ commented 11 years ago

Could it possibly be a Bukkit issue?

Lunaphied commented 11 years ago

They might be blocked by the irc plugin I am putting the finishing touches on portals but once that's released I will see about the irc plugin.

On Thursday, January 24, 2013, Nathan Blaney wrote:

Could it possibly be a Bukkit issue?

— Reply to this email directly or view it on GitHubhttps://github.com/WMCAlliance/BukkitIRCd/issues/9#issuecomment-12688155.

chyyran commented 11 years ago

Commit 33bc0e292d9ab3dc08d164005d901dc22c7d556c should fix this, it now sends commands as console, and fixes thread safety issues, rather than whatever it did before (might have been dependent on nick?)

WizardCM commented 11 years ago

@ron975 Download it from here and let me know what happens. I can't test it until later. http://home.wizardcm.com:8080/job/BukkitIRCd/lastSuccessfulBuild/

chyyran commented 11 years ago

Commands like !say and !stop worked when I tested it, whereas they gave a generic permission denied message before.

WizardCM commented 11 years ago

Excellent, that's what we want. Awesome job @ron975 , thanks! :D