mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 05:09:23 +01:00
Fix enable so we can actually enable commands again.
This commit is contained in:
parent
3e07d76dcd
commit
8ccf3ade45
@ -544,7 +544,8 @@ class Owner(callbacks.Plugin):
|
||||
"""
|
||||
try:
|
||||
if plugin:
|
||||
command = '%s.%s' % (plugin.name(), command)
|
||||
# This is unnecessary and was breaking things.
|
||||
#command = '%s.%s' % (plugin.name(), command)
|
||||
self._disabled.remove(command, plugin.name())
|
||||
else:
|
||||
self._disabled.remove(command)
|
||||
|
Loading…
Reference in New Issue
Block a user