From 3624267dbf5f11c16519707b3fe16a227730f71e Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Mon, 26 Jan 2004 15:10:04 +0000 Subject: [PATCH] Oops, forgot to commit this. --- src/Owner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Owner.py b/src/Owner.py index 59f04f10b..0cf5c7216 100644 --- a/src/Owner.py +++ b/src/Owner.py @@ -156,7 +156,7 @@ class Owner(privmsgs.CapabilityCheckingPrivmsg): command = callbacks.canonicalName(tokens[0]) try: plugin = conf.supybot.commands.defaultPlugins.get(command)() - if plugin: + if plugin and plugin != '(Unused)': tokens.insert(0, plugin) else: raise registry.NonExistentRegistryEntry