mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-30 14:59:34 +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:
|
try:
|
||||||
if plugin:
|
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())
|
self._disabled.remove(command, plugin.name())
|
||||||
else:
|
else:
|
||||||
self._disabled.remove(command)
|
self._disabled.remove(command)
|
||||||
|
Loading…
Reference in New Issue
Block a user