Limnoria
Limnoria copied to clipboard
When supybot.capabilities.default is False, giving "Plugin.command" should be enough to allow a command
trafficstars
As of now, a user should also get the "Plugin" and "command" capabilities to be allowed to run it.
note that if supybot.capabilities.default is True, then only giving -whoami or -User should disable it
Maybe introduce a config variable to switch between the current behavior and this new one?
Fixed in 636712be5167f11bcd236a0e4ba8d38b997d99f4.
actually, no, it isn't