From 3deab7b59925884abe76f8406ff8185b12d2b0ce Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Wed, 4 Feb 2004 00:34:42 +0000 Subject: [PATCH] Added a defaultplugin for ignore to Admin. --- src/Owner.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Owner.py b/src/Owner.py index 1ed37aed9..a1ae8510e 100644 --- a/src/Owner.py +++ b/src/Owner.py @@ -111,6 +111,8 @@ conf.registerGlobalValue(conf.supybot.commands.defaultPlugins, 'removecapability', registry.String('Admin', '')) conf.registerGlobalValue(conf.supybot.commands.defaultPlugins, 'reload', registry.String('Owner', '')) +conf.registerGlobalValue(conf.supybot.commands.defaultPlugins, + 'ignore', registry.String('Admin', '')) class Owner(privmsgs.CapabilityCheckingPrivmsg): # This plugin must be first; its priority must be lowest; otherwise odd