Fix0red disable.

This commit is contained in:
Jeremy Fincher 2004-12-02 04:51:16 +00:00
parent 9021c5e150
commit 4facd7e5ba
1 changed files with 2 additions and 1 deletions

View File

@ -712,9 +712,10 @@ class Owner(privmsgs.CapabilityCheckingPrivmsg):
irc.error('%s is not a command in the %s plugin.' %
(command, plugin.name()))
return
self._disabled.add(command, plugin.name())
else:
conf.supybot.commands.disabled().add(command)
self._disabled.add(command, plugin)
self._disabled.add(command)
irc.replySuccess()
disable = wrap(disable, [optional('plugin'), 'commandName'])